ScrollArea โ
Source: client/lib/theme/vueda-tailwind/shell/index.js
The root wrapper for a custom scroll area. It establishes relative positioning for scrollbars without adding surface chrome.
Vue component: ScrollArea
| Slot | Default classes | Description |
|---|---|---|
| root | relative | The root wrapper for a custom scroll area. It establishes relative positioning for scrollbars without adding surface chrome. |
| viewport | size-full rounded-[inherit] transition-colors focus-visible:focus-ring | The focusable viewport inside a scroll area. It inherits the parent radius and exposes a keyboard focus outline around the scrolling region. |
root โ
The root wrapper for a custom scroll area. It establishes relative positioning for scrollbars without adding surface chrome.
Default classes:
relative
Source: client/lib/theme/vueda-tailwind/shell/ScrollArea.theme.js:18
viewport โ
The focusable viewport inside a scroll area. It inherits the parent radius and exposes a keyboard focus outline around the scrolling region.
Default classes:
size-full rounded-[inherit] transition-colors focus-visible:focus-ring
Source: client/lib/theme/vueda-tailwind/shell/ScrollArea.theme.js:24