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

10 lines
345 B
Markdown

**StatusDot** — tiny colored dot for channel/transcode state. `live` pulses in accent (on-air), the rest are static status colors.
```jsx
<StatusDot status="live" label="On air" />
<StatusDot status="ok" label="Idle" />
<StatusDot status="error" label="Failed" />
```
Props: `status` (live·ok·warn·error·idle), `pulse`, `size`, `label`.