/Components/Application
Animated Tabs
Animated Tabs
Preview
This component is available on 21st.dev.
Installation
npx shadcn@latest add "https://21st.dev/r/hextaui/animated-tabs"
Usage
import { AnimatedTabs } from "@/components/library/application/AnimatedTabs.tsx";
<AnimatedTabs
tabs={[
{ label: "Home" },
{ label: "About" },
{ label: "Resources" },
{ label: "Docs" },
{ label: "Support" },
]}
/>;
Props
Prop | Type | Default |
---|---|---|
tabs | { label: string; }[] | - |
Edit on GitHub
Last updated on