--- title: Textarea description: Displays a form textarea or a component that looks like a textarea. base: base component: true --- ## Installation Command 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