Animated Grid PatternA backgrounds animated grid pattern componentbackgroundsgridbackground PreviewCodeCopyimport { AnimatedGridPattern } from "@/components/vritti/animated-grid-pattern"; export function AnimatedGridPatternExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg border"> <AnimatedGridPattern /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/animated-grid-pattern"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy