Variable: ScrollArea
@arolariu/components / ScrollArea
Variable: ScrollArea
constScrollArea:ForwardRefExoticComponent<Omit<Omit<ScrollAreaRootProps,"ref"> &RefAttributes<HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/scroll-area.tsx:26
Coordinates scroll area layout and scrolling behavior.
Remarks
- Renders a
<div>element by default - Built on Base UI Scroll Area
- Supports the
renderprop for element composition
Example
<ScrollArea>Content</ScrollArea>
See
// was this page useful?