Measured entry

originui-comp-73

textareaminimal-flat

A compact textarea with its label inset inside a bordered field shell. It ships as a single React component, uses useId to connect the label and control, and relies on Tailwind utilities plus shadcn-style color and state tokens for its appearance.

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

Verdict

A sound visual primitive with a correctly associated label, clean responsive behavior, and no observed accessibility or runtime trouble. Adopt it for the inset-label treatment, but expect to turn the fixed example into a reusable field API for production forms.

Use it if

  • You want a persistent label inside a compact multiline field.
  • You need a simple textarea that keeps its layout across narrow and wide containers.
  • Your form already handles value, validation messages, and submission outside the field component.

Skip it if

  • You need a drop-in controlled field with value, change handlers, or forwarded textarea props.
  • You need built-in character counting, automatic growth, helper text, or error messaging.
  • Your design system does not support Tailwind state variants or shadcn-style theme tokens.

Install

Installation record for originui-comp-73
Declared dependenciesnone declared
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 support, define equivalents for the background, foreground, input, ring, destructive, and muted color tokens, and ensure the state variants used by the wrapper are available. Replace those utility classes with local CSS if your stack does not use Tailwind.

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

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.