pnpm dlx shadcn@latest add @saturation/textareaimport { Textarea } from "@/components/ui/textarea"<Textarea placeholder="Type your message here." />| Prop | Type | Default | Description |
|---|---|---|---|
placeholder | string | — | Placeholder text. |
rows | number | — | Number of visible text lines. |