Textarea
A multi-line text input for longer form content.
Default
With Label
Max 500 characters.
Disabled
Usage
Use textarea for multi-line text input such as comments, descriptions, or messages. For single-line input, use the Input component.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| placeholder | string | — | Placeholder text |
| disabled | boolean | false | Disables the textarea |
| rows | number | — | Visible number of lines |
| className | string | — | Additional CSS classes |