Form components
Textarea
Multi-line text input.
Stores a string.
Preview
Live
Options
| Prop | Type | Default | Description |
|---|---|---|---|
| rows | number | — | Visible rows (height). |
| placeholder | string | — | Placeholder text. |
| maxLength | number | — | Maximum character count. |
Validators
required, minLength, maxLength, pattern, and custom.