Installation
Examples
With character count
Live count displayed below the textarea.
0 / 200
States
Disabled, invalid, and read-only.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| rows | number | 3 | Initial number of visible rows. |
| resize | 'none'|'y'|'x'|'both' | 'none' | Resize behaviour. |
| maxLength | number | — | Character limit. |
| showCount | boolean | false | Show current/max character count. |
| invalid | boolean | false | Error state styling. |