Stepper

Stepper can be used to indicate where the user is in a process. Can be used for navigation patterns between steps, or for a visual guide on progression. The component itself should be a supplement to other patterns or indicators, and should not be the only way to navigate a solution.

Read more about this component in the Aksel documentation.

Properties

PropertyDescriptionDefault
Control
Properties
activeStep

Current active step.

number
1
interactive

Makes stepper non-interactive if false

boolean
true
orientation

The direction the component grows.

"horizontal" "vertical"
"vertical"
Snippets
children

List of <Step />

 -
Events
onchange -

Properties included from: Omit<HTMLOlAttributes, "onchange">