Components
Animated tabs interaction made with framer motion and tailwind css.
Loading preview...
import { AnimatedTabs } from "@/components/ui/animated-tabs"
const AnimatedTabsDemo = () => {
return <AnimatedTabs/>
}
export { AnimatedTabsDemo }