Measured entry

neobrutalism-textarea

textareabrutalism

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.

Specimen
Harness screenshot of neobrutalism-textarea at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-textarea at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-textarea 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-textarea
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal29.5 KB (95.0 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for neobrutalism-textarea
Declared dependenciesclsx, 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 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.

License
MIT
Record published
2026-08-16

Alternatives

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.