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