SquaresAn animated squares pattern background effect.background PreviewCodeCopyimport Squares from "@/components/vritti/squares"; export function SquaresExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Squares /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/squares"Copy