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