Stepper Check the Official Component
Fill out your name
Fill out your address
Done You are now done.
Stepper variants New There are two stepper components: mat-horizontal-stepper and mat-vertical-stepper. They can be used the same way. The only difference is the orientation of stepper.
Fill out your name
Fill out your address
Done You are now done.
Stepper Label New If a step's label is only text, then the label attribute can be used.
Fill out your name
Fill out your address
Done You are now done.
Stepper with optional steps New If completion of a step in linear stepper is not required, then the optional attribute can be set on mat-step.
Fill out your name
Fill out your address
Done You are now done.
Stepper with editable steps New By default, steps are editable, which means users can return to previously completed steps and edit their responses. editable="false" can be set on mat-step to change the default.
Fill out your name
Fill out your address
Done You are now done.
Stepper with customized states New
Fill out your name
Fill out your address
Done You are now done.

Put down your phones.

Socialize with each other.

You're welcome.

call_end forum
Error State New The stepper can now show error states by simply providing the showError option to the STEPPER_GLOBAL_OPTIONS in your application's root module as mentioned above.
Fill out your name
Fill out your address
Done You are now done.