Statusbar React Component

Statusbar React component represents Statusbar in Framework7.

Statusbar Components

There are following components included:

  • **Statusbar** / **F7Statusbar**

Examples

  1. <App>
  2. {/* Should be placed as the first child in the app root */}
  3. <Statusbar></Statusbar>
  4. ...
  5. </App>

Renders to:

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