Badge Vue Component

Badge Vue component represents badge element that can be used in lists, links, navigation bars, etc.

Usage example

<f7-badge>5</f7-badge>
<!--
Renders to:
<span class="badge">5</f7-badge>
-->
 
<f7-badge color="red">5</f7-badge>
<!--
Renders to:
<span class="badge color-red">5</f7-badge>
-->

Properties

Prop Type Default Description
color string Badge color. One of default colors