Component 21 · Navigation
Stepper
Guide setup, onboarding, or calibration across ordered steps.
Overview
Guide setup, onboarding, or calibration across ordered steps. It preserves organization, region, farm and entity scope while the user changes location or peer view.
When to use
Use HE/Stepper when you need to guide setup, onboarding, or calibration across ordered steps. Keep its role distinct from transport freshness, animal-health severity and model confidence.
Example
- 1Connect
- 2Calibrate
- 3Validate
<ol class="he-stepper"><li class="he-stepper__step" data-complete="true"><span class="he-stepper__marker">1</span><b>Connect</b></li><li class="he-stepper__step" aria-current="step"><span class="he-stepper__marker">2</span><b>Calibrate</b></li><li class="he-stepper__step"><span class="he-stepper__marker">3</span><b>Validate</b></li></ol>Anatomy
1Landmark
2Item or trigger
3Current state
4Destination
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
Use an ordered list, expose current step, and retain completed-step labels.
- 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/Stepper | stable |
| Web | .he-stepper | implemented |
| Flutter | HeStepper | implemented |
| Token root | component.stepper | generated |