Light PillarAn animated light pillar background effect.background PreviewCodeCopyimport LightPillar from "@/components/vritti/light-pillar"; export function LightPillarExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <LightPillar /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/light-pillar"Copy Dependencies pnpmnpmyarnbunpnpm add threeCopy