OrbAn animated glowing orb background effect.background PreviewCodeCopyimport Orb from "@/components/vritti/orb"; export function OrbExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Orb /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/orb"Copy Dependencies pnpmnpmyarnbunpnpm add oglCopy