Accordion

A vertically stacked set of interactive headings that each reveal a section of content.

Installation

$npx maddex add Accordion

Basic

A basic accordion that shows one item at a time. The first item is open by default.

Preview

        
            
        
    

Controlled

Use value and on-value-change when another part of the page needs to stay in sync with the open item.

Preview

        
            
        
    

Multiple In A Card

Use type="multiple" to keep more than one item open, then wrap the accordion in a card when it belongs to a settings surface.

Preview