The stepper component can be used to show a numbered list of steps next to a form component to indicate the progress and number of steps that are required to complete and submit the form data.
To create a stepper, just add the .uk-stepper class to a <ul> tag.
This example can be used to highlight the current step in the stepper, indicating which step is actively being worked on.
Note When you add the
.uk-active class to one of your li tags, the previous li tags will
automatically change colors.
To show a checkmark when the step has been finished, add the .uk-stepper-checked to one of your li tag.
This example can be used to display step numbers within the stepper, helping to indicate the sequence of steps. Each li tag will be numbered to show its position in the progression.