Skip to content

Badge

Badges show small counts or status markers on top of another UI element.

mail
10
notifications

Import

js
import { MdBadge } from 'vue-material-3';

Usage

vue
<span style="position: relative">
  <MdIcon>mail</MdIcon>
  <MdBadge value="10" absolute />
</span>

Storybook

Use Storybook for controls.