Measured entry
neobrutalism-textarea
A React textarea styled with Tailwind for a neobrutalist interface, shipped as a shadcn registry component. It wraps the native textarea, forwards its props, and uses a local cn helper backed by clsx and tailwind-merge. Its appearance also relies on project theme tokens for borders, backgrounds, text, and typography.



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 | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 29.5 KB (95.0 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused, low-complexity wrapper with a distinctive theme and no provider requirement. It builds and mounts cleanly, but the supplied demo leaves a textarea unlabeled, so teams must handle labeling in their form composition before shipping it.
Use it if
- Your form already uses the same neobrutalist theme tokens and hard-edged visual language.
- You want a thin native textarea wrapper that accepts ordinary React textarea props.
- You need a registry component that can mount without a provider.
Skip it if
- Your design system does not define the custom colors, radius, and font utilities referenced by the classes.
- You need a field component that supplies its own label, description, validation message, or character count.
- You cannot guarantee that every rendered textarea receives an accessible label.
Install
| Declared dependencies | clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, add React and Tailwind, install clsx and tailwind-merge, provide a cn utility, replace the path alias if needed, and define or translate the referenced neobrutalist theme tokens and font utilities. Pair each textarea with a programmatic label.
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 textarea pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- originui-comp-73minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- Bare
- pass
- Prov
- NO
- shadcn-textareaunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 29.1KB
- Bare
- pass
- Prov
- NO
- hextaui-textareaminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- originui-comp-59minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-60minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-62minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO