Collapsible
A collapsible panel controlled by a button.
Made by imskyleenInstallation
Usage
API Reference
Collapsible
Base UI API Reference - Collapsible.RootCollapsibleTrigger
Base UI API Reference - Collapsible.TriggerCollapsiblePanel
Base UI API Reference - Collapsible.PanelProp | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 150, damping: 22 } |
keepRendered? | boolean | false |
...props? | HTMLMotionProps<"div"> | - |
The render
and keepMounted
props are not supported in the
CollapsiblePanel
component as it is used for animation.