Display a number inside a coloured badge.

Using the colour classes, it's possible to style the badges with any combination of text and background colours.

Examples

Type
1 digit
2 digits
3 digits
4+ digits
Grey
1
10
100
999+

Deprecated
Primary and White badges are now deprecated. Please use Grey instead.

Primary
1
10
100
999+
White
1
10
100
999+

Usage

<!-- Badge -->
<!-- Default colours (white text on grey bg) -->
<span class="ui-badge">...</span>

<!-- Custom colours (white text on primary background) -->
<span class="ui-badge ui-color__bg--primary">...</span>

<!-- Custom colours (grey text on white background) -->
<span class="ui-badge ui-color__bg--white ui-color__text--grey">...</span>