---
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
```
## Field Integration
Unlike Base UI's built-in form controls, Base UI does not provide a native Textarea primitive. This component wraps the native `