Components
Loading preview...
Animated tabs interaction made with framer motion and tailwind css.
@chetanverma16
npx shadcn@latest add https://21st.dev/r/chetanverma16/animated-tabsimport { AnimatedTabs } from "@/components/ui/animated-tabs"
const AnimatedTabsDemo = () => {
return <AnimatedTabs/>
}
export { AnimatedTabsDemo }