Statusbar Vue Component
Statusbar Vue component represents Statusbar in Framework7.
Statusbar Components
There are following components included:
f7-statusbar
Examples
<f7-app>
<!-- Should be placed as the first child in the app root -->
<f7-statusbar></f7-statusbar>
...
</f7-app>
Renders to:
<div class="framework7-root">
<div class="statusbar"></div>
...
</div>