The Blazor Steps component guides users through a multi-step process (wizard) with numbered stages.
Console log
Use the Transition parameter to animate the step content when switching between steps. Set it to StepsTransition.Fade for a fade-in effect or StepsTransition.Slide for a slide-in effect. Use TransitionDuration to control the animation speed.
Transition:
Duration (ms):
The CanChange event allows you to conditionally prevent the step change. Use it to ensure your users have entered all the required information before moving to the next step.
The following keys or key combinations provide a way for users to navigate and interact with Radzen Blazor Steps component.
| Press this key | To do this |
|---|---|
| Tab | Move focus to the selected step. |
| Left Arrow | Move focus to the previous step, wrapping from the first step to the last. |
| Right Arrow | Move focus to the next step, wrapping from the last step to the first. |
| Home | Move focus to the first step. |
| End | Move focus to the last step. |
| Space or Enter | Select the focused step when step selection is allowed and the step is not disabled. |
Use RadzenSteps with RadzenStepsItem children; each step shows its content and you can validate before advancing.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT