The header of step that can be clicked to select the step that time ripple is coming I want to remove or disable the ripple from this stepper.
<mat-vertical-stepper>
<mat-step label="Step 1">
Content 1
</mat-step>
<mat-step label="Step 1">
Content 2
</mat-step>
</mat-vertical-stepper>
Please also explain me how this properties is working . Whether ripples should be disabled for the step headers.
@Input()
disableRipple: boolean
<mat-vertical-stepper [disableRipple]="true">
does it. See it here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With