Tabs
A set of layered sections of content—known as tab panels—that are displayed one at a time.
We take the Shadcn UI component and animate it with Motion.
Make changes to your account here. Click save when you're done.
Installation
Props
Animate UI props
TabsList
Prop | Type | Default |
---|---|---|
activeClassName? | string | - |
transition? | Transition | { type: 'spring', bounce: 0, stiffness: 200, damping: 25 } |
TabsContents
Prop | Type | Default |
---|---|---|
children | React.ReactNode | - |
className? | string | - |
transition? | Transition | { type: 'spring', stiffness: 200, damping: 25 } |
TabContent
Prop | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.5, ease: 'easeInOut' } |