Scroll Area
Augments native scroll functionality with custom styling.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/scroll-areaUsage
Import the component from the package:
import { ScrollArea } from "@/registry/ui/scroll-area"Then use it in your application:
<ScrollArea />