2

I couldn't find a way to put label text under stepper icon in Angular Material Stepper. I want to have an Icon with under text but I couldn't find from documentation. I am using the latest version of Angular Material UI. I tried with html and css/scss styles, but it didn't work.

1 Answers1

2

this option is available from material@9. Here you have an example.

https://stackblitz.com/angular/deodkmpnkll?file=src%2Fapp%2Fstepper-label-position-bottom-example.ts

Mario Linares
  • 301
  • 2
  • 3