Animated Tabs
NavigationTabs with smooth animated indicator
tabsanimatedindicator
Installation
$
Usage
tsx
import { AnimatedTabs } from "@/components/nonaxial/animated-tabs"
export default function Example() {
return (
<AnimatedTabs>{/* Your content here */}</AnimatedTabs>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |