Tabs
A component for toggling between related panels on the same page.
Made by imskyleenInstallation
Usage
With Highlight
Without Highlight
API Reference
Tabs
Base UI API Reference - Tabs.RootTabsHighlight
Animate UI API Reference - HighlightProp | Type | Default |
---|---|---|
transition? | Transition | { type: "spring", stiffness: 200, damping: 25 } |
TabsHighlightItem
Animate UI API Reference - HighlightItemTabsList
Base UI API Reference - Tabs.ListTabsTab
Base UI API Reference - Tabs.TabTabsPanels
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: "spring", stiffness: 200, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
TabsPanel
Base UI API Reference - Tabs.PanelProp | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.5, ease: "easeInOut" } |
...props? | HTMLMotionProps<"div"> | - |