A card that switches content based on tab selection.
npx shadcn@latest add https://21st.dev/r/abhinavcdev/animated-tab-card
Loading preview...
import SmoothTab from "@/components/ui/animated-tab-card"; export default function DemoOne() { return <SmoothTab />; }