Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to disable ripple effect from stepper in angular 6/7/8/9/10/11/12/13, is their is an option to remove ripple like tabs and button

Tags:

css

sass

angular7

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
like image 874
codeuix Avatar asked Oct 28 '25 12:10

codeuix


1 Answers

<mat-vertical-stepper [disableRipple]="true">

does it. See it here.

like image 196
tao Avatar answered Oct 30 '25 06:10

tao



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!