Popup React 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 or
false
to itsopened
prop - by clicking on or Button with relevant
popupOpen
property (to open it) andpopupClose
property to close it
Access To Popup Instance
You can access Popup initialized instance by accessing .f7Popup
component’s property.