--- title: Textarea description: A native textarea element. --- ## Installation CLI Manual ```bash npx shadcn@latest add @coss/textarea ``` Install the following dependencies: ```bash npm install @base-ui/react ``` 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