--- title: Textarea description: Displays a form textarea or a component that looks like a textarea. --- ## Installation ```bash npx shadcn-vue@latest add textarea ``` 1. Install `radix-vue`: ```bash npm install radix-vue ``` 2. Copy and paste the component source files linked at the top of this page into your project. ## Usage ```vue