Measured entry
hyperui-contact-forms-3
A compact contact form card with name, email, inquiry checkboxes, a message field, and a submit button. It ships as standalone HTML styled with Tailwind utility classes, uses native form controls, and has no package or runtime JavaScript dependencies.



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.6 KB (83.0 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A solid, portable starting point for a basic contact card. It builds and mounts cleanly, stays contained at the tested layouts, and uses sensible native semantics. Choose it as markup to wire up, not as a finished contact workflow.
Use it if
- You need a small, centered contact form shell that adapts cleanly across narrow and wide layouts.
- You want accessible native labels and grouped inquiry choices without adopting a component library.
- Your product already has a submission handler and validation layer to connect to the markup.
Skip it if
- You need submission handling, validation messages, loading state, or success feedback out of the box.
- Inquiry type must be a single choice, since this version uses checkboxes and allows multiple selections.
- You need a richer support flow with attachments, contact details, consent controls, or routing logic.
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 |
Add Tailwind CSS and ensure the utility classes used by the markup are included in your build. No shadcn components are required. Connect the form to your own endpoint, then add validation, submission state, and user feedback.
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-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- 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