Scroll Area
Augments native scroll functionality for custom, cross-browser styling.
Installation
Usage
<ScrollArea className="h-[200px] w-[350px] rounded-md border p-4">
{"Your scrollable content here."->React.string}
</ScrollArea>Examples
Horizontal
Use ScrollBar with orientation="horizontal" for horizontal scrolling.
API Reference
See the Base UI Scroll Area documentation.