ScrollArea
ui
container
Custom scrollable container with styled scrollbars
Consistent scroll behavior across browsers
import { ScrollArea } from "@everydayos/ui";API
| Prop | Type | Default |
|---|---|---|
className | unknown | — |
children | unknown | — |
Composition
Pairs well with
Stack
Surface
When to avoid
- Default scrolling is fine — use overflow-auto instead
- Full page scroll — let browser handle it