Collapsible
An interactive component which expands/collapses a panel.
Made by imskyleenInstallation
Usage
API Reference
Collapsible
Radix UI API Reference - Collapsible.RootCollapsibleTrigger
Radix UI API Reference - Collapsible.TriggerCollapsibleContent
Radix UI API Reference - Collapsible.ContentProp | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 150, damping: 22 } |
keepRendered? | boolean | false |
...props? | HTMLMotionProps<"div"> | - |
The asChild
and forceMount
props are not supported in the
CollapsibleContent
component as it is used for animation.