Measured entry

neobrutalism-nlabel

formbrutalism

A small React client wrapper around Radix Label, distributed as a shadcn registry item. It applies Tailwind typography and disabled-peer states through a shared cn helper, which in turn relies on clsx and tailwind-merge, and expects the project theme to define its heading font token.

Specimen
Harness screenshot of neobrutalism-nlabel at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-nlabel at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-nlabel 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 neobrutalism-nlabel
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal31.5 KB (97.0 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound but very narrow primitive. It builds and mounts cleanly, stays provider-free, and preserves Radix label semantics. Adopt it when matching the source design system matters; otherwise a styled native label may be easier to own.

Use it if

  • You already use Radix form primitives and want labels with consistent accessibility behavior.
  • Your Tailwind theme includes the neobrutalism heading token and your inputs use peer-based disabled styling.
  • You want a typed label primitive that still accepts native label props and custom classes.

Skip it if

  • A native label element already covers your styling and behavior needs without another dependency.
  • Your project does not use Tailwind or a shared class-merging utility.
  • You need required markers, descriptions, validation messages, or complete field composition built in.
  • Your design system does not define the expected heading font token.

Install

Installation record for neobrutalism-nlabel
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

Add Radix Label, clsx, and tailwind-merge. Provide the cn helper, map or replace the source import alias, enable Tailwind processing, and define the heading font token or swap it for a local typography class.

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-16

Alternatives

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