Skip to content

Accordion

Stacked sections that open independently, or one at a time in exclusive mode. Buttons and regions, nothing fancy.

Multiple open

Exclusive

<Accordion exclusive>
  <AccordionItem id="acc-ship" title="Shipping options">
    <p>Standard, express, or pickup.</p>
  </AccordionItem>
  ...
</Accordion>

Props

PropTypeDefaultDescription
exclusive (Accordion)booleanfalseOne open at a time.
id / title (Item)string-Wiring + trigger text.
expanded (Item)booleanfalseOpen on load.

Accessibility