Accordion React Component

    • **AccordionItem** / **F7AccordionItem**
    • / **F7AccordionToggle**
    EventDescription
    <AccordionItem> events
    accordionBeforeOpenEvent will be triggered right before accordion content starts its opening animation. contains function that will prevent accordion from opening when called
    accordionOpenEvent will be triggered when accordion content starts its opening animation.
    accordionOpenedEvent will be triggered after accordion content completes its opening animation.
    accordionBeforeCloseEvent will be triggered right before accordion content starts its closing animation. event.detail.prevent contains function that will prevent accordion from closing when called
    accordionCloseEvent will be triggered when accordion content starts its closing animation.
    accordionClosedEvent will be triggered after accordion content completes its closing animation.