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