Textarea
Multi-line text input with inventory-style borders.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| placeholder | string | — | Placeholder text. |
| disabled | boolean | false | Disable the textarea. |
| rows | number | — | Number of visible rows. |
| className | string | — | Additional CSS classes. |