Background MeteorsAnimated meteor beams falling through a grid backgroundbackgroundmeteorsbeamsgridanimation PreviewCodeBackground MeteorsCopyimport BackgroundMeteors from "@/components/vritti/backgroundmeteors"; export function BackgroundMeteorsExample() { return ( <div className="h-[400px] w-full rounded-lg overflow-hidden border"> <BackgroundMeteors> <h2 className="text-4xl font-bold text-center"> Background Meteors </h2> </BackgroundMeteors> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/backgroundmeteors"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy