Measured entry
neobrutalism-nlabel
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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 31.5 KB (97.0 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | @radix-ui/react-label, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/ekmas/neobrutalism-componentsAlternatives
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.
- hextaui-kbdminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- shadcn-labelunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-labelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- shadcn-formunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 43.9KB
- Bare
- pass
- Prov
- NO
- neobrutalism-formbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- pass
- Prov
- NO
- reui-kanbanminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 49.4KB
- Bare
- pass
- Prov
- NO