Collapse
Expandable/collapsible content panel with animated height transition. Uses Framer Motion AnimatePresence for smooth open/close.
Import
import { Collapse } from 'reablocks';
Collapse Props
| Prop | Type | Default | Description |
|---|---|---|---|
expanded | boolean | — | Whether the content is visible |
animated | boolean | true | (deprecated) Enable animation |
animation | MotionNodeAnimationOptions | — | Custom animati |
[Description truncada. Veja o README completo no GitHub.]