Popup Vue Component

    Popup is a popup window with any HTML content that pops up over App’s main content. Popup as all other overlays is part of so called “Temporary Views”.

    There are following components included:

    Popup Properties

    Popup Events

    • using Popup API
    • by passing true or false to its opened prop
    • by clicking on or Button with relevant popup-open property (to open it) and property to close it

    Access To Popup Instance

    You can access Popup initialized instance by accessing .f7Popup component’s property.

    Preloader →