The Textarea captures multi-line text. It accepts all standard textarea attributes.
Preview
Usage
Installation
$ npx shadcn@latest add https://spark-ui-olive.vercel.app/r/textarea.json
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
placeholder | string | — | Placeholder text shown when empty. |
disabled | boolean | false | Disables the textarea. |
className | string | — | Additional CSS classes. |