Measured entry
hyperui-contact-forms-5
A static HyperUI contact section shipped as copy-and-paste HTML. Tailwind utility classes handle the responsive layout and styling, while inline SVGs provide the contact icons. It has no component-library or runtime dependency, and the form includes fields only, with no submission logic.



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 | 18.4 KB (83.8 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A dependable, low-complexity starting point for a standard contact page. The responsive layout and basic labeling are in good shape, but this is presentation markup rather than a complete form workflow. Choose it when your team is ready to own behavior and design-token adaptation.
Use it if
- You need a conventional contact section that combines business details with a short inquiry form.
- Your project already compiles Tailwind utilities and you prefer source-owned markup over a packaged component.
- You can provide the form handler, validation, spam protection, and response states yourself.
Skip it if
- You need a form that already submits data, validates input, or reports success and failure.
- Your design system does not use Tailwind and utility-heavy markup would create a maintenance burden.
- You need specialized fields, conditional questions, or a compact form-first flow without restructuring the template.
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 include this template in its source scan. If your base layer does not normalize form controls, add the Tailwind forms plugin or equivalent control styles. Replace the placeholder content, then connect a submit handler or form action with validation, spam protection, 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-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- 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