Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
›pnpm dlx shadcn@latest add @evolphin/textarea
Usage
import { Textarea } from "@/components/ui/textarea";<Textarea />Examples
Default
With Label
With Text
Your message will be copied to the support team.
With Button
API Reference
Textarea
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes |
disabled | boolean | false | Whether the textarea is disabled. |
required | boolean | false | Whether the textarea is required. |