Scroll Area
Themed scrollable container with custom scrollbars that match the design system. Use when default OS scrollbars look out of place.
Default
Long list inside a fixed-height container.
Horizontal
Add a horizontal ScrollBar for sideways overflow.
API Reference
Props, events, and slots for each sub-component.
ScrollArea
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| scrollHideDelay | number | 600 | Hide scrollbar after this many ms of inactivity. |
| type | "auto" | "always" | "scroll" | "hover" | "hover" | Scrollbar visibility behaviour. |
Slots
| Slot | Description |
|---|---|
| default | Scrollable content. |
ScrollBar
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | "vertical" | "horizontal" | "vertical" | Add a second ScrollBar with orientation="horizontal" for sideways overflow. |