Scroll Area
Augments native scroll functionality for custom, cross-browser styling.
Scroll Area
Installation
1pnpm dlx shadcn@latest add @glasswave/scroll-areaUsage
1import { ScrollArea } from "glasswave";1<ScrollArea className="h-[200px] w-[350px] rounded-md border p-4">2 Jokester began sneaking into the castle in the middle of the night...3</ScrollArea>API Reference
See the Radix UI Scroll Area documentation.