• Renders a single Accordion Item

    Parameters

    Returns null | ReactElement<any, any>

    Example

    <AccordionItem header={<b>Item 2</b>}>
    <p>Content 2</p>
    </AccordionItem>

Generated using TypeDoc