Tabs
A component for toggling between related panels on the same page.
Made by imskyleenInstallation
Usage
API Reference
Tabs
TabsList
TabsTab
TabsPanels
Animate UI API Reference - TabsPanels PrimitiveProp | Type | Default |
---|---|---|
transition? | Transition | { type: "spring", stiffness: 200, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
TabsPanel
Prop | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.5, ease: "easeInOut" } |
...props? | HTMLMotionProps<"div"> | - |
Credits
- Base UI Tabs
- Credit to shadcn/ui for style inspiration.