-
Get Started
-
Vue Components
- Accordion
- Action Sheet / Actions
- Badge
- Block / Content Block
- Button
- Cards
- Checkbox
- Chips / Tags
- Contacts List
- Floating Action Button
- Grid / Layout Grid
- Icon
- Inputs / Form Inputs
- Link
- List View
- List Item
- List Button
- List Index
- Login Screen
- Messagebar
- Messages
- Navbar
- Page
- Panel / Side Panels
- Photo Browser
- Popover
- Popup
- Preloader
- Progressbar
- Radio
- Range Slider
- Searchbar
- Sheet Modal
- Smart Select
- Sortable
- Statusbar
- Stepper
- Subnavbar
- Swiper
- Swipeout
- Tabs
- Toggle
- Toolbar / Tabbar
- View
- Virtual List
Statusbar Vue Component
Statusbar Vue component represents Statusbar in Framework7.
Statusbar Components
There are following components included:
f7-statusbar
Examples
<div id="app">
<!-- Should be placed as the first child in the app root -->
<f7-statusbar></f7-statusbar>
...
</div>
Renders to:
<div id="app">
<div class="statusbar"></div>
...
</div>