scroll-area
scroll-area component
Not VerifiedComponent1 file
razi-style@radix-ui/react-scroll-area
Preview
Preview not yet added for scroll-area.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/scroll-areaDependencies
npm i @radix-ui/react-scroll-areaUsage
import { scroll-area } from "@/components/ui/scroll-area";
export default function Example() {
return <scroll-area />;
}Source
Loading source...