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