DEV Community

Discussion on: How I Built A Custom Stepper/Wizard Component Using The Angular Material CDK

Collapse
 
venkateswarannraja profile image
venkateswarannraja

I would like to know, is there any option to develop like vertical wizard with my requirement? Similar to mat-vertical-wizard.

My requirement is that initially other than first step all steps should be in disabled mode. I can achieve by using linear property. Once when i complete first step i need to open second step as well first step should be in enable mode. Not with disable mode. Similarly it should work for all steps.

Collapse
 
mokkapps profile image
Michael Hoffmann

Using this CDK you are completely free how to design you wizard, so you can also make it vertical