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.Panel| Prop | Type | Default |
|---|---|---|
transition? | Transition | { duration: 0.35, ease: 'easeInOut' } |
keepRendered? | boolean | false |
...props? | HTMLMotionProps<"div"> | - |
The render and keepMounted props are not supported in the
CollapsiblePanel component as it is used for animation.