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

9 lines
347 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
**ProgressBar** — slim bar for library scans, playout builds and transcodes. Omit `value` for an indeterminate sweep (queued/starting work).
```jsx
<ProgressBar value={62} showLabel />
<ProgressBar value={null} tone="accent" /> {/* scanning… */}
```
Props: `value` (0100 or null), `tone` (accent·ok·warn·error), `height`, `showLabel`.