Measured entry
hyperui-contact-forms-2
A compact contact form shipped as copyable HTML with Tailwind utility classes. It includes labeled name and email fields, subject and priority selects, a message area, and a submit button. There is no component runtime or JavaScript dependency, but the presentation relies on Tailwind and form-control styling.



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 sound, accessible starting shell for a basic support form. It renders cleanly on narrow and wide screens and stays dependency-light, but nearly all product behavior is still yours to implement. Best for Tailwind teams that want markup to adapt, not a finished form workflow.
Use it if
- You need a restrained contact or support form that fits naturally in a narrow content column.
- Your project already uses Tailwind and you are comfortable wiring submission, validation, and error states yourself.
- Subject and priority routing are useful inputs for your support workflow.
Skip it if
- You need a working form endpoint, validation, loading feedback, or success and failure states out of the box.
- Your design system requires reusable React primitives rather than copied HTML markup.
- You want a richer lead form with company details, consent language, or anti-spam controls.
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 form-control styles are available, then include the source paths in Tailwind content scanning. Add your own submit handler, endpoint, validation, disabled and pending behavior, user-facing status messages, and spam protection.
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-4editorial
- 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