• Renders a default Accordion with content based on the inputs

    Parameters

    • id: string

      Id to use for the ReactNode

    • header: string

      The header title to set in the Accordion

    • body: ReactNode

      ReactNode body as input for the body

    Returns ReactNode