Aurora DotsGlowing animated dot clusters with interactive cursor glow effectbackgroundsauroradotsglowinteractivecanvasbackground PreviewCodeAurora DotsCopyimport { AuroraDots } from "@/components/vritti/aurora-dots"; export function AuroraDotsExample() { return ( <div className="h-[400px] w-full rounded-lg border overflow-hidden bg-black"> <AuroraDots particleColor="34, 211, 238" interactive> <div className="flex h-full items-center justify-center"> <h2 className="text-2xl font-bold text-white">Aurora Dots</h2> </div> </AuroraDots> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/aurora-dots"Copy