A reusable component for animated grid background
npx shadcn@latest add https://21st.dev/r/avanishverma4/animated-grid-background-01
Loading preview...
import Component from "@/components/ui/animated-grid-background-01"; export default function DemoOne() { return <Component />; }