Card Vue Component

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