Animated Tabs

Tabs with a floating background indicator.

Preview

Installation & Usage

tsx
import { AnimatedTabs } from "@/components/ui/animated-tabs"

export function AnimatedTabsDemo() {
    return <AnimatedTabs />
}