Measured entry

hyperui-contact-forms-4

contact-formeditorial

A compact contact form with fields for name, email, phone, and a message, finished with a full-width submit button. It ships as raw HTML styled with Tailwind utility classes, with no component library or runtime package dependency; submission behavior, validation feedback, and data handling are left to the host application.

Specimen
Harness screenshot of hyperui-contact-forms-4 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-contact-forms-4 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-contact-forms-4 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-4
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 dependable, accessible starting shell for a basic contact form. It builds and mounts cleanly without a shadcn-style setup, but it is intentionally presentational, so production readiness depends on adding validation, submission logic, and user feedback.

Use it if

  • You need a restrained contact form that can drop into a marketing or support page.
  • Your project already uses Tailwind and you want markup that is easy to restyle.
  • You plan to supply your own submission handler, validation, and response states.

Skip it if

  • You need a complete form workflow with server integration, spam protection, and success or error messaging included.
  • Your design system requires prebuilt field primitives, schema-driven validation, or controlled React inputs.
  • You need extra inquiry fields, consent controls, or conditional sections without extending the markup.

Install

Installation record for hyperui-contact-forms-4
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 content scan includes this markup. Then connect the form to an endpoint or client handler and add validation, pending, success, error, and spam-protection behavior. No shadcn packages 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.