Skip to content

Accessibility

Never rely on color alone to convey meaning. Always pair scheme badges (is-error, is-warning, is-info, is-success) with an icon and text.

For number badges used as counters (e.g. notification counts), provide context for screen readers:

<div class="tng-badge is-number" aria-label="3 unread notifications">3</div>

If a badge contains only an icon, include an aria-label so screen readers announce it.