An interactive bento card with animated tabs and workspace preview.
"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> ); }
Part of Layouts — browse the full library on 21st.dev.