Components / Textarea

Textarea

Multi-line text entry: briefs, captions, notes. It grows with its content instead of showing a resize handle.

import { Textarea } from '@layers/ui/textarea'

Rendered stock

House rules

  • Pair every Textarea with a Label wired via htmlFor.
  • The field auto-sizes to its content (64px minimum); never fight it with manual heights or rows.
  • No optimistic saves: drafts persist through an explicit Save button with a spinner.