# Scroll Area
## Example
```svelte
{content}
```
## Documentation
## Usage
```svelte
Your content here
```
## API Reference
### ScrollArea
A container with custom-styled scrollbars.
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| orientation | `'vertical' | 'horizontal' | 'both'` | `'vertical'` | The scrollable direction(s). |
| children | `Snippet` | `-` | The scrollable content. (required) |
| class | `string` | `-` | Additional CSS classes to apply. |
| ref | `HTMLDivElement` | `-` | The underlying DOM element. (bindable) |