Textarea
A multi-line translucent text field with resize control.
Install
npx shadcn add @clearly/textareaPreview
0 chars
Usage
import { Textarea } from "@/components/ui/textarea"
<Textarea />Every Clearly component also accepts glass (subtle·medium·strong), specular and className.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | Controlled value. |
placeholder | string | — | Placeholder text. |
disabled | boolean | false | Disable the field. |