Components
npx shadcn@latest add https://21st.dev/r/chetanverma16/animated-tabsLoading preview...
import { AnimatedTabs } from "@/components/ui/animated-tabs"
const AnimatedTabsDemo = () => {
return <AnimatedTabs/>
}
export { AnimatedTabsDemo }