Prometheus Design System

Card Title with Icon

Card heading with a leading Tabler icon. Used on /status ('Build information', 'Runtime information') and /alertmanager-discovery ('Active Alertmanagers', 'Dropped Alertmanagers'). Canonical treatment.

DO

Use as the default. Icons act as per-card scan anchors on pages with multiple stacked cards.

DON'T

Pair two different icons for the same concept across pages.

Design

default

Build information

20px tabler icon + heading/card-title text.

Component reference (screenshots)
/status
/status light
/alertmanager-discovery
/alertmanager-discovery light

Placeholder screenshots — the audited app is live at prometheus-e83j.onrender.com.

Implementation

<CardTitle icon={IconDatabase}>Build information</CardTitle>

Layout

PropertyValue
icon-size20px
icon-text-gap8px sm

Accessibility

ARIAIcon is decorative (aria-hidden); the heading text carries the meaning.

Related inconsistencies