--- title: Textarea description: Displays a form textarea or a component that looks like a textarea. component: true --- ## Installation CLI Manual ```bash npx shadcn@latest add textarea ``` Copy and paste the following code into your project. Update the import paths to match your project setup. ## Usage ```tsx import { Textarea } from "@/components/ui/textarea" ``` ```tsx