A card that switches content based on tab selection.
Loading preview...
import SmoothTab from "@/components/ui/animated-tab-card"; export default function DemoOne() { return <SmoothTab />; }