UILab

Scroll Area

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

Usage

import { ScrollArea } from "uilab-core"
<ScrollArea className="h-50 w-87.5 rounded-md border p-4">
  Your scrollable content here.
</ScrollArea>

Examples

Horizontal

Use ScrollBar with orientation="horizontal" for horizontal scrolling.

On this page