Basic Usage
Accordion Group
Use the <AccordionGroup> component to group multiple accordions together. By default only one item stays open, but you can opt into multi-open behavior with the multi prop.
Pass the multi prop to AccordionGroup to keep several accordions open at the same time.
Props
Accordion
AccordionGroup
Allow more than one accordion to stay open simultaneously when set to true.