Docs
πŸ—οΈ ⏐ Components
Layout
Collapse

Collapse

Simple expand / collapse component with animations via framer-motion.

Examples

API

PropDescriptionDefault
expandedWhether the collapse is expanded or not.
boolean
childrenChildren to render.
ReactNode | (() => ReactNode)
themeTheme for the Collapse.
CollapseTheme