Appearance
Badges show small counts or status markers on top of another UI element.
import { MdBadge } from 'vue-material-3';
<span style="position: relative"> <MdIcon>mail</MdIcon> <MdBadge value="10" absolute /> </span>
Use Storybook for controls.