Back to Component Library
form React 19 + TypeScript
Textarea
Styled multi-line textarea input with character counter and resize handle.
$npx forgeui add textarea
Variant:
0/200
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | undefined | Input title label. |
| maxLength | number | undefined | Character counter limit. |
Accessibility Standards
Full aria-label and character count screen reader support.