Scroller
A horizontal scroll container with gradient fade indicators. Ideal for tab bars, tag lists, and other content that may overflow its container.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
scrollbar | boolean | false | Whether to show the native horizontal scrollbar. |
alignScrollIndicator | 'top' | 'center' | 'bottom' | 'center' | Vertical alignment of gradient fade indicator masks. |
theme | 'dark' | 'light' | 'dark' | Per-component theme override. |
Events
diwa-scroller emits no custom events.
Slots
| Slot | Description |
|---|---|
default | Items to be scrolled horizontally. |