Venom BeamInteractive particle canvas with trails and cursor-attracted particlesbackgroundsparticlescanvasinteractivetrailsbackground PreviewCodeVenom BeamInteractive particle canvas with trailsCopyimport VenomBeam from "@/components/vritti/venom-beam"; export function VenomBeamExample() { return ( <VenomBeam className="rounded-lg border"> <div className="relative z-10 text-center"> <h2 className="text-3xl font-bold">Venom Beam</h2> <p className="text-sm text-muted-foreground mt-2">Interactive particle canvas with trails</p> </div> </VenomBeam> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/venom-beam"Copy