Measured entry

hextaui-label

inputminimal-flat

A small React label wrapper shipped as a shadcn registry component. It builds on the Radix Label primitive, adds Tailwind utility classes for touch behavior and disabled states, and uses the project-local cn helper backed by clsx and tailwind-merge.

Specimen
Harness screenshot of hextaui-label at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-label at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-label 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 hextaui-label
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal31.3 KB (96.8 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound, narrowly scoped label primitive that built and mounted cleanly without a provider. Its value is mainly consistent Radix behavior and state styling, so teams already satisfied with a styled native label may find the added dependency unnecessary.

Use it if

  • You want form labels with Radix semantics and consistent disabled-state styling.
  • Your app already uses Tailwind utilities and a shadcn-style cn helper.
  • You need a thin label primitive that accepts native label props and forwarded refs.

Skip it if

  • You want a dependency-free native label element.
  • Your styling system does not process Tailwind utility classes.
  • You need a field wrapper with help text, validation messages, and required indicators built in.

Install

Installation record for hextaui-label
Declared dependencies@radix-ui/react-label, clsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add the Radix Label package, configure Tailwind, provide the cn class-merging helper with clsx and tailwind-merge, and replace the path alias if your project does not define it.

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.

License
MIT
Record published
2026-08-17

Alternatives

Other published entries for the input pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.