# Textarea
A multi-line text input for longer content.
## Installation
Start from a Svelte 5 application, then install the component package, shared theme, and Bits UI peer:
```bash
pnpm add coss-svelte @coss-svelte/theme bits-ui
```
Import `@coss-svelte/theme/style-coss.css` after Tailwind from the application's global stylesheet.
## Usage
```svelte
```
## Anatomy
- `Textarea`
## API Reference
### Textarea
A multi-line text input for longer content.
**Composition and refs**
- `children: Snippet<[]>`
Inherits from [Svelte