Particles 3dA 3D WebGL particle field background with customizable colors, mouse interaction, and rotation.backgroundparticleswebgl3d PreviewCodeCopyimport Particles from "@/components/vritti/particles-3d" export function ParticlesExample() { return ( <div className="relative w-full h-[400px] bg-black rounded-lg overflow-hidden"> <Particles particleColors={["#ffffff", "#ffffff", "#ffffff"]} particleCount={200} particleSpread={10} speed={0.1} particleBaseSize={100} moveParticlesOnHover={true} alphaParticles={false} disableRotation={false} /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/particles-3d"Copy Dependencies pnpmnpmyarnbunpnpm add oglCopy