Components
Loading preview...
An interactive bento card with animated tabs and workspace preview.
npx shadcn@latest add https://21st.dev/r/0xUrvish/bento-card"use client";
import BentoCard from "@/components/ui/bento-card";
export default function Demo() {
return (
<div className="flex items-center justify-center w-full min-h-screen bg-background p-8">
<BentoCard />
</div>
);
}