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