Measured entry
hyperui-contact-forms-4
A compact contact form with fields for name, email, phone, and a message, finished with a full-width submit button. It ships as raw HTML styled with Tailwind utility classes, with no component library or runtime package dependency; submission behavior, validation feedback, and data handling are left to the host application.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 17.5 KB (82.9 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A dependable, accessible starting shell for a basic contact form. It builds and mounts cleanly without a shadcn-style setup, but it is intentionally presentational, so production readiness depends on adding validation, submission logic, and user feedback.
Use it if
- You need a restrained contact form that can drop into a marketing or support page.
- Your project already uses Tailwind and you want markup that is easy to restyle.
- You plan to supply your own submission handler, validation, and response states.
Skip it if
- You need a complete form workflow with server integration, spam protection, and success or error messaging included.
- Your design system requires prebuilt field primitives, schema-driven validation, or controlled React inputs.
- You need extra inquiry fields, consent controls, or conditional sections without extending the markup.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, add Tailwind CSS and ensure its content scan includes this markup. Then connect the form to an endpoint or client handler and add validation, pending, success, error, and spam-protection behavior. No shadcn packages are required.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/markmead/hyperuiAlternatives
Other published entries for the contact-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-contact-forms-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-5editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.4KB
- Bare
- pass
- Prov
- NO
- efferd-contact-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.4KB
- Bare
- fail
- Prov
- NO
- efferd-contact-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.8KB
- Bare
- fail
- Prov
- NO