Zohidbek Abduqodir
Zohidbek Abduqodir

Reputation: 326

How can I put label text under icon in Angular Material Stepper?

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.

Upvotes: 3

Views: 1270

Answers (1)

Mario Linares
Mario Linares

Reputation: 441

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

Upvotes: 2

Related Questions