Textarea
A glass multi-line field that grows with its content. Focus is a ring of light; invalid fields glow red via aria-invalid.
Draw
draw a card
$npx shadcn@latest add @clow/textareaFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<Textarea />Examples
basic
Props
| prop | type | default |
|---|---|---|
| placeholder | text | Log your transmission… |
| disabled | boolean | false |

