Popover React Component

    Popover compontent is used to manage the presentation of content in a popover. You use popovers to present information temporarily. The popover remains visible until the user taps outside of the popover window or you explicitly dismiss it.

    There are following components included:

    Popover Properties

    Popover Events

    • using Popover API
    • by passing or false to its opened prop
    • by clicking on or Button with relevant property (to open it) and popoverClose property to close it

    Access To Popover Instance

    You can access Popover initialized instance by accessing **.f7Popover** component’s property.