ComponentsStep Navigation

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.

GitHub LogoSource Code

This is a lab component and as such is not considered stable and may be subject to breaking changes in future releases. You need to import it from @hitachivantara/uikit-react-lab.


CompletedFailedPending

Width

You can use the width prop to pass an array of custom breakpoints for the step navigation.

Custom styles