Multi-line text input with auto-resize, character count, and the same validation surface as Input.
TextArea handles any free-form multi-line text capture. Auto-resize grows the field as the user types up to a configurable maximum, then scrolls — so short inputs stay compact and long inputs stay readable.
A character-count indicator can be enabled to show progress against `maxLength`, with red-zone styling as the user approaches the limit. Validation, sizing, and error-state handling match the Input component so multi-line fields fit naturally into existing forms.
Skip the manual import — ask your AI agent to build with this component. The Builder skill knows its props, variants, and idioms.