ReactNode
The content of the Accordion, should be AccordionItem(s)
string
className for the element
ReactNode
The content of the AccordionItem
() => ReactNode
Function to render the item's header
string
className for the element
boolean
Whether the AccordionItem should have opening and closing animation. Has no effect when prefers-reduced-motion is set
Default: false(isOpen: boolean) => void
Handler that is called when the AccordionItem is toggle
boolean
Whether the AccordionItem should be open
Default: false