Cubes3D cube animation effect.animation PreviewCodeCopyimport Cubes from "@/components/vritti/cubes"; export function CubesExample() { return ( <div className="flex items-center justify-center w-full h-[400px]"> <Cubes /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/cubes"Copy Dependencies pnpmnpmyarnbunpnpm add gsapCopy