COMPONENTS · STEPPER
DESCRIPTION
A stepper is a control that allows users to increase or decrease a numeric value within a defined range.
PLAYGROUND MODE
A horizontal progress track for a multi-step flow, showing which steps are done, which is active, and which are still ahead.
TYPES
The number variant labels each circle with its step index; the dot variant is the same anatomy with the number omitted.
ELEMENT
Each circle is its own building block with its own line segment(s) — Left has a line only after it, left-right has a line on both sides, right has a line only before it, and End stands alone with no line and no label.
STATES
A step's status colors both its circle and its own line segment — cyan once done, dark gray while active, and light gray while inactive. Active is the only status with a filled center dot in the Dot variant.
number
dot
TOKENS & TYPOGRAPHY
COMPONENT STRUCTURE
The Figma source also documents per-step hover states distinguishing reachable vs. unreachable inactive steps — simplified here to a single Inactive status. Flagged as follow-up work if that distinction needs to be interactive.