---
title: Textarea
description: Displays a form textarea or a component that looks like a textarea.
component: true
---
## Installation
```bash
npx shadcn-ui add textarea
```
Manual Installation
1. Copy and paste the following code into your project.
This is the `` primitive. You can place it in a file at
`components/ui/textarea.tsx`.
## Usage
```tsx
import { Textarea } from "@/components/ui/textarea"
```
```tsx
```
## Examples
### Default
---
### Disabled
---
### With Label
---
### With Text
---
### With Button