ReactNodeThe content of the Accordion, should be AccordionItem(s)
stringclassName for the element
ReactNodeThe content of the AccordionItem
() => ReactNodeFunction to render the item's header
stringclassName for the element
booleanWhether the AccordionItem should have opening and closing animation. Has no effect when prefers-reduced-motion is set
Default: false(isOpen: boolean) => voidHandler that is called when the AccordionItem is toggle
booleanWhether the AccordionItem should be open
Default: false