Textarea
A multi-line text input field for longer text content.
With Label
Max 200 characters.
Disabled
Installation
Props
Extends all standard HTMLTextAreaElement props.
| Prop | Type | Default | Description |
|---|---|---|---|
placeholder | string | — | Placeholder text. |
rows | number | 3 | Number of visible text lines. |
disabled | boolean | false | Disables the textarea. |
className | string | — | Additional classes. |