---
title: Textarea
description: Displays a form textarea or a component that looks like a textarea.
---
## Installation
```bash
npx shadcn-vue@latest add textarea
```
### Install the following dependency:
```bash
npm install radix-vue
```
### Copy and paste the following code into your project
<<< @/lib/registry/default/ui/textarea/Textarea.vue
## Usage
```vue
```
## Examples
### Default
### Disabled
### With Label
### With Text
### With Button
### Form