Progress
Progress bars and rings for jobs, uploads, and task completion state
This page standardizes determinate progress visuals using token-based styles, thickness variants, stacked compositions, animated states, and circular progress indicators. Use the playground to generate copy-ready markup.
1. Variant Matrix
Core bar variants used in dashboards and forms
2. Interaction Playground
Build a custom progress style recipe
3. Size and Layout
Track thickness scale and ring dimensions
4. State Modeling
Warning, error, complete and paused states
5. Composition Patterns
Usage inside project cards, upload jobs, and KPI modules
6. Real-use Snippets
Copy-ready examples for standard bars, animated bars, and rings
<div class="lumora-progress"> <div class="lumora-progress__bar" style="width:64%; background: var(--brand);"></div> </div>
<div class="lumora-progress lumora-progress--striped lumora-progress--animated"> <div class="lumora-progress__bar" style="width:80%; background: var(--info);"></div> </div>
<div class="progress-ring" style="--value:72; --ring-size:88px; --ring-fill: var(--brand);"> 72% </div>