ScrollArea
Usage
import { ScrollArea, Flex } from "@ronin-nexus/atomic";
<Flex className="h-[400px] w-[400px]">
<ScrollArea>
<div className="h-[2000px]" />
</ScrollArea>
;
</Flex>;Props
| Props | Type | Description |
|---|---|---|
| thumb? | boolean | Visible thumb or not |