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