← MaV / Badges & Chips

Badge — Size

Three sizes. Inter Medium 14 / 12 / 11px. Radius 4px (border/border-radius/sm).

mdBadge
smBadge
xsBadge
Badge — radius 4px · md padding 6/8 · gap 8Uses badge & chip/* token namespace

Badge — Type

Filled uses the bg-box fill; Outline draws a 1px outline border on transparent; Clear is text only.

FilledBadge
OutlineBadge
ClearBadge
Type — Filled · Outline · Clear

Badge — Color

Primary is a solid fill; Red / Green / Orange use a 10%-opacity tinted bg-box with vivid text.

PrimaryBadge
RedBadge
GreenBadge
OrangeBadge
PrimaryBadge
RedBadge
GreenBadge
OrangeBadge
Color — Primary #352eff · Red #ff0000 · Green #629c28 · Orange #ff8400

Badge — Variation

Optional leading dot or leading icon. The dot and icon inherit the badge text colour via currentColor.

TextBadge
Dot leftBadge
Icon leftBadge
Variation — Text · Dot left · Icon left (trending-up)

Chip — Size

Compact, dismissible tags. Radius 8px, gap 4px, trailing 16px close icon. md / sm / xs.

mdTag
smTag
xsTag
Chip — radius 8px · md padding 6/12 · gap 4 · close 16px

Chip — Type

Filled and Outline, same as badges. Outline draws a coloured border on a transparent fill.

FilledTag
OutlineTag
Type — Filled · Outline

Chip — Color

Six colours: Primary, Red, Green, Orange, Grey, White. Click a chip below to dismiss it.

Primary Red Green Orange Grey White
Color — Primary · Red · Green · Orange · Grey · White

Token Reference

The waring spelling is an intentional carry-over from the Figma variable name.

TokenValueUsage
--badge & chip/primary/bg-box#352effPrimary fill (solid)
--badge & chip/primary/outline#7c9dffPrimary outline border
--badge & chip/danger/bg-box#ff00001aRed tinted fill (10%)
--badge & chip/success/bg-box#629c281aGreen tinted fill (10%)
--badge & chip/waring/bg-box#ff84001aOrange tinted fill (10%)
--badge & chip/white/bg-box#e5e5e5Neutral chip fill
--border/border-radius/sm4pxBadge corner radius
--border/border-radius/md8pxChip corner radius