# Textarea
## Example
```svelte
Primary
Secondary
```
## Documentation
## Usage
```svelte
```
## API Reference
### Textarea
A styled multi-line text input.
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| value | `string` | `-` | The current value of the textarea. (bindable) |
| variant | `'primary' | 'secondary'` | `'primary'` | The visual variant. |
| sizeVariant | `'default' | 'sm' | 'lg'` | `'default'` | The size of the textarea. |
| class | `string` | `-` | Additional CSS classes to apply. |
| ref | `HTMLTextAreaElement` | `-` | The underlying DOM element. (bindable) |