Tabs
A set of layered sections of content—known as tab panels—that are displayed one at a time.
Made by imskyleenInstallation
Usage
API Reference
Tabs
TabsList
TabsTrigger
TabsContents
Animate UI API Reference - TabsContents PrimitiveProp | Type | Default |
---|---|---|
transition? | Transition | { type: "spring", stiffness: 200, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
TabsContent
Prop | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.5, ease: "easeInOut" } |
...props? | HTMLMotionProps<"div"> | - |
Credits
- Radix UI Tabs
- Credit to shadcn/ui for style inspiration.