Statusbar Vue Component

Statusbar Vue component represents Statusbar in Framework7.

Statusbar Components

There are following components included:

  • **f7-statusbar**

Examples

  1. <f7-app>
  2. <!-- Should be placed as the first child in the app root -->
  3. <f7-statusbar></f7-statusbar>
  4. ...
  5. </f7-app>

Renders to:

  1. <div class="framework7-root">
  2. <div class="statusbar"></div>
  3. ...
  4. </div>