Measured entry

hyperui-contact-forms-1

contact-formeditorial

A compact contact form shipped as raw HTML with Tailwind utility classes. It includes labeled name, email, and message controls plus a submit button, and has no runtime package dependencies. It relies on a Tailwind-generated stylesheet for presentation and leaves submission, validation, and feedback behavior to the host application.

Specimen
Harness screenshot of hyperui-contact-forms-1 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-contact-forms-1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-contact-forms-1 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-1
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal17.4 KB (82.8 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sensible low-complexity starting point that builds and mounts cleanly in both the harness and a bare project. Its structure is sound and responsive, but the visual treatment is generic and all production form behavior still needs to be supplied.

Use it if

  • You need a restrained contact form shell that can be dropped into a Tailwind page.
  • You already have an endpoint or client handler for processing form submissions.
  • You want accessible label associations and a layout that stays contained across common viewport sizes.

Skip it if

  • You need validation, loading, error, and success states included out of the box.
  • Your design system requires shared field components rather than page-level utility markup.
  • You are not using Tailwind and do not want to translate the utility classes into local CSS.

Install

Installation record for hyperui-contact-forms-1
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 its forms plugin, and ensure the source is covered by the Tailwind content scan. Then connect a form action or submit handler and add validation, pending, error, and success states. No shadcn components or additional runtime package 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.

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.