BallpitAn interactive 3D ball pit physics simulation background.background PreviewCodeCopyimport Ballpit from "@/components/vritti/ballpit"; export function BallpitExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Ballpit /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ballpit"Copy Dependencies pnpmnpmyarnbunpnpm add three gsapCopy