Files
ersatztv/design-system/components/data-display/Badge.prompt.md
T
2026-07-02 07:37:00 +02:00

444 B

Badge — small status/label pill. Soft (tinted) by default; solid for stronger emphasis. Tones map to the status system; accent is also the live/on-air tone.

<Badge tone="accent" dot>Live</Badge>
<Badge tone="ok">Healthy</Badge>
<Badge tone="warn">Not normalizing</Badge>
<Badge tone="neutral">HLS Segmenter</Badge>
<Badge tone="error" solid>Error</Badge>

Props: tone (neutral·accent·ok·warn·error), solid, dot.