Tabs with a floating background indicator.
import { AnimatedTabs } from "@/components/ui/animated-tabs" export function AnimatedTabsDemo() { return <AnimatedTabs /> }