Docs
Textarea
Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
npx shadcn-ui add textarea
npx shadcn-ui add textarea
Usage
import { Textarea } from "@/components/ui/textarea"
import { Textarea } from "@/components/ui/textarea"
<Textarea />
<Textarea />
Examples
Default
Disabled
With Label
With Text
Your message will be copied to the support team.
With Button
React Hook Form
Note: Learn more about using React Hook Form on the docs page.