[Steps] Numberless horizontal steps #5836
Replies: 2 comments 1 reply
-
Thanks @dborodyansky! I've checked through the Figma branch and approved. Also, in Figma, I updated the lower level @miukimiu Can you work with Dmitry to finalize the spec? |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 . I just wanted to follow up on this thread and let you know that we did end up adding a smaller size option to the horizontal steps component. However, after some discussion, due to accessibility concerns with the numberless format, we opted to go for a smaller-sized version of horizontal steps, but still numbered. You can check it out here: #6850. |
Beta Was this translation helpful? Give feedback.
-
We have found a need for nested and dynamically rearranging steps for data ingestion onboarding. When presenting nested steps it would be preferred to remove the numbers from the primary set to decrease the scale and compliment sub steps. Figma EUI component variants are produced and available here.
Design
Usage
Imagining this could become a titleSize prop if considered similar to vertical implementation.
<EuiStepsHorizontal titleSize="xs" steps={steps} />
Alternatively maybe something like a [numberless] prop could be considered for vertical and horizontal components, but there isn't an anticipated need for both.
Guidelines
To be used when reliance on numbers is absent and does not add value. When multiple sets of instructions are present on the screen and numbering becomes conflicting or requires additional logic.
Accessibility concerns
Looking for input. ARIA label, etc.
Beta Was this translation helpful? Give feedback.
All reactions