marko-ui
← marko-ui

Scroll Area

Augments native scroll functionality for custom, cross-browser styling.

Default

Tags

v1.2.0-beta.50
v1.2.0-beta.49
v1.2.0-beta.48
v1.2.0-beta.47
v1.2.0-beta.46
v1.2.0-beta.45
v1.2.0-beta.44
v1.2.0-beta.43
v1.2.0-beta.42
v1.2.0-beta.41
v1.2.0-beta.40
v1.2.0-beta.39
v1.2.0-beta.38
v1.2.0-beta.37
v1.2.0-beta.36
v1.2.0-beta.35
v1.2.0-beta.34
v1.2.0-beta.33

Horizontal scrolling

Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
Item 7
Item 8
Item 9
Item 10

Deviation from shadcn/Radix: this port uses native styled scrollbars (via scrollbar-width / scrollbar-color and ::-webkit-scrollbar pseudo-elements) instead of a synthetic Radix ScrollArea. There is no scroll thumb drag-to-scroll or custom scrollbar hit-testing — behavior is 100% native browser scrolling, just re-skinned to approximate the shadcn look. This keeps the component CSS-only with no JS machine.