Accordion Vue Component

    • **f7-accordion-item**
    • **f7-accordion-toggle**
    EventDescription
    <f7-accordion-item> events
    accordion:beforeopenEvent will be triggered right before accordion content starts its opening animation. event.detail.prevent contains function that will prevent accordion from opening when called
    accordion:openEvent will be triggered when accordion content starts its opening animation.
    accordion:openedEvent will be triggered after accordion content completes its opening animation.
    accordion:beforecloseEvent will be triggered right before accordion content starts its closing animation. event.detail.prevent contains function that will prevent accordion from closing when called
    accordion:closeEvent will be triggered when accordion content starts its closing animation.
    accordion:closedEvent will be triggered after accordion content completes its closing animation.