A reusable and responsive bento grid layout with animation
npx shadcn@latest add https://21st.dev/r/avanishverma4/bento-grid-01
Loading preview...
import Component from "@/components/ui/bento-grid-01"; export default function DemoOne() { return <Component />; }