Greg
Greg

Reputation: 1402

How to add steps to Angular Material slider

Is it possible to show the steps underneath the slider? You can set the amount of steps easily, but we want to see it underneath it like:

--------O------------------------

1 2 3 4 5.....

This is the slider I'm talking about https://material.angularjs.org/latest/demo/slider

Upvotes: 0

Views: 552

Answers (1)

Thomas Zoé
Thomas Zoé

Reputation: 423

As far as I know there is this feature is not implemented, but have you seen md-discrete?

Otherwise I could recommend https://github.com/angular-slider/angularjs-slider.

Upvotes: 0

Related Questions