Light RaysA backgrounds light rays componentbackgroundsbackground PreviewCodeCopyimport { LightRays } from "@/components/vritti/light-rays"; export function LightRaysExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg border"> <LightRays /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/light-rays"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy