<AccordionGroup>
  <Accordion title="Basic Example">
    You can put other components inside Accordions.
  </Accordion>

  <Accordion title="With Icon" icon="alien-8bit">
    Check out the [Accordion](/content/components/accordions) docs for all the supported props.
  </Accordion>
</AccordionGroup>

Simply wrap multiple <Accordion> components with <AccordionGroup> to group them together.

<AccordionGroup>
  <Accordion title="Basic Example">
    You can put other components inside Accordions.
  </Accordion>

  <Accordion title="With Icon" icon="alien-8bit">
    Check out the [Accordion](/content/components/accordions) docs for all the supported props.
  </Accordion>
</AccordionGroup>

Note: AccordionGroup does not have any props.

Was this page helpful?