Collapsible

An interactive component that reveals or hides related content without leaving the current layout.

Installation

$npx maddex add Collapsible

Basic

Start with an uncontrolled collapsible when the panel only needs to manage its own open state.

Preview

        
            
        
    

Controlled

Use open and on-open-change when another part of the interface needs to reflect the same state.

Preview

        
            
        
    

Nested File Tree

Nested collapsibles make a compact explorer easy to scan while keeping deeper folders available on demand.

Preview