ScrollArea
Container with custom scrollbars for overflow content
Example
Loading preview…
ScrollArea
Container with custom scrollbars for overflow content
Source: packages/appkit-ui/src/react/ui/scroll-area.tsx
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
type | enum | - | - | |
dir | enum | - | - | |
scrollHideDelay | number | - | - | |
asChild | boolean | - | - |
Usage
import { ScrollArea } from '@databricks/appkit-ui';
<ScrollArea /* props */ />
ScrollBar
Scrollbar component for the scroll area
Source: packages/appkit-ui/src/react/ui/scroll-area.tsx
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
forceMount | true | - | - | |
orientation | enum | vertical | - | |
asChild | boolean | - | - |
Usage
import { ScrollBar } from '@databricks/appkit-ui';
<ScrollBar /* props */ />