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