Badge

Badges are used as indicators to count the quantity of items.

View source code

Variant

The Badge comes with two visual styles: primary (default) and secondary.

12
12
<>
  <Badge variant="primary">12</Badge>
  <Badge variant="secondary">12</Badge>
</>