Component 34 · Feedback
Progress
Show determinate or indeterminate task progress.
Overview
Show determinate or indeterminate task progress. It converts domain state into an understandable, traceable and accessible interface contract.
When to use
Use HE/Progress when you need to show determinate or indeterminate task progress. Keep its role distinct from transport freshness, animal-health severity and model confidence.
Example
<div class="he-progress" role="progressbar" aria-label="Archive upload" aria-valuenow="64" aria-valuemin="0" aria-valuemax="100" style="--he-progress:64%"><div class="he-progress__meta"><b>Archive upload</b><span>64%</span></div><div class="he-progress__track"><div class="he-progress__value"></div></div></div>Anatomy
1Identity
2Primary value
3State
4Evidence or action
Anatomy stays identical in Pasture and Atlantic. A responsive layout may wrap or stack parts, but reading order and focus order remain equivalent.
Variants and states
Variants
States
Accessibility
Expose value, minimum and maximum; pair indeterminate progress with a concise status label.
- Maintain a visible keyboard focus indicator and a logical focus sequence.
- Never rely on colour alone for operational, freshness or severity state.
- Keep touch targets at least 44 × 44 px unless the target is an inline text link.
Cross-platform contract
| Surface | Canonical name | Status |
|---|---|---|
| Figma | HE/Progress | stable |
| Web | .he-progress | implemented |
| Flutter | HeProgress | implemented |
| Token root | component.progress | generated |