Textarea
A multi-line text input.
Default
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Field label |
| description | string | — | Helper text below the field |
| errorMessage | string | — | Error message (shows red styling) |
| placeholder | string | — | Placeholder text |
| rows | number | 3 | Number of visible text rows |
| className | string | — | Additional CSS classes |