BeamsAnimated volumetric light beams background effect.background PreviewCodeCopyimport Beams from "@/components/vritti/beams"; export function BeamsExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Beams /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/beams"Copy Dependencies pnpmnpmyarnbunpnpm add three @react-three/fiber @react-three/dreiCopy