Measured entry

hyperui-contact-forms-2

contact-formeditorial

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.

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

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

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.