Tabs
A set of layered sections of content—known as tab panels—that are displayed one at a time.
Made by imskyleenInstallation
Usage
With Highlight
Without Highlight
API Reference
Tabs
Radix 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
Radix UI API Reference - Tabs.ListTabsTrigger
Radix UI API Reference - Tabs.TriggerTabsContents
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: "spring", stiffness: 200, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
TabsContent
Radix UI API Reference - Tabs.ContentProp | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.5, ease: "easeInOut" } |
...props? | HTMLMotionProps<"div"> | - |