-
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
Badge Vue Component
Badge Vue component represents Badge element that can be used in lists, links, navigation bars, etc.
Badge Components
There are following components included:
f7-badge
Examples
<f7-badge>5</f7-badge>
<!--
Renders to:
<span class="badge">5</span>
-->
<f7-badge color="red">5</f7-badge>
<!--
Renders to:
<span class="badge color-red">5</span>
-->