StepNavigation
Navigation page with steps.
You need to define the steps
displayed on the component so that itself can be drawn on the UI.
On each step, you need to define a state
- 'Pending', 'Failed', 'Completed', 'Current', 'Disabled' -
and a title
to be shown as a tooltip or a text above of the step. You can also defined className
, separatorClassName
, and titleClassName
to override the default styles.
If the step component has titles, each one will have 215px of width by default.
Width
You can use the width
prop to pass an array of custom breakpoints for the step navigation.