Skip to main content
v0.1 dev

Component 34 · Feedback

Progress

Show determinate or indeterminate task progress.

implementedPhase 3stable

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

Atlantic · interactive specimen
Archive upload64%
<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

linearcircularsteps

States

indeterminatedeterminatepausedcompleteerror

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

SurfaceCanonical nameStatus
FigmaHE/Progressstable
Web.he-progressimplemented
FlutterHeProgressimplemented
Token rootcomponent.progressgenerated