Measured entry

hyperui-contact-forms-3

contact-formeditorial

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.

Specimen
Harness screenshot of hyperui-contact-forms-3 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-contact-forms-3 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-contact-forms-3 at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for hyperui-contact-forms-3
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal17.6 KB (83.0 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for hyperui-contact-forms-3
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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.

Alternatives

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.