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

347 B
Raw Blame History

ProgressBar — slim bar for library scans, playout builds and transcodes. Omit value for an indeterminate sweep (queued/starting work).

<ProgressBar value={62} showLabel />
<ProgressBar value={null} tone="accent" /> {/* scanning… */}

Props: value (0100 or null), tone (accent·ok·warn·error), height, showLabel.