ScrollArea

ui
container

Custom scrollable container with styled scrollbars

Consistent scroll behavior across browsers

import { ScrollArea } from "@everydayos/ui";

API

PropTypeDefault
classNameunknown
childrenunknown

Composition

Pairs well with

Stack
Surface

When to avoid

  • Default scrolling is fine — use overflow-auto instead
  • Full page scroll — let browser handle it