Group multiple accordions together into a single view. Write your Accordions as usual then add the <AccordionGroup>
component around them.
Add content or other components here!
Add content or other components here!
<AccordionGroup>
<Accordion title="Accordion in Group without Icon">
Add content or other components here!
</Accordion>
<Accordion title="Accordion in Group with Icon" icon="Gem">
Add content or other components here!
</Accordion>
</AccordionGroup>