Group multiple accordions into a single display.
Simply add <AccordionGroup> around your existing <Accordion> components.
<AccordionGroup>
<Accordion>
FAQ without Icon
You can put other components inside Accordions.
class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
Check out the Accordion docs for all the supported props.
AccordionGroup does not have any props.
AccordionGroup
Was this page helpful?