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