-
Notifications
You must be signed in to change notification settings - Fork 0
Stepper #15
Copy link
Copy link
Open
Labels
ready-for-agentFully specified, ready for an AFK agentFully specified, ready for an AFK agent
Description
Metadata
Metadata
Assignees
Labels
ready-for-agentFully specified, ready for an AFK agentFully specified, ready for an AFK agent
What to build
A multi-step flow indicator —
<ol data-stepper>with numbered step items. Each step is an<li>with a label (and optional<button>for navigation). Steps carry three states: completed (check mark), active (accent ring), and pending (muted).Uses existing button and accent tokens. No JS — state is driven by
aria-current="step"on the active<li>andaria-checked="true"on completed ones.Acceptance criteria
<ol data-stepper>renders numbered step items in a horizontal layout (vertical on narrow viewports)aria-current="step"— accent ring or fillaria-checked="true"— check mark@layer hikarirules/hikari-rules.mdupdated with markup exampleBlocked by
None — can start immediately.