0

I'd like the users to be able to see the original value of the slider as a reference point as they select a new value.

So I'd like to add an extra thumb label (351) like this: material slider with extra thumb label

I know this isn't supported by the mat-slider in the documentation, but I'm wondering if there's a hacky way to do this. I'm new to angular material and not super strong in css.

Or maybe there are other component libraries/alternative implementations that would support this?

matt1616
  • 433
  • 4
  • 8

1 Answers1

0

I don't know how to update/hack angular material to do this.

But I did find one slider implementation from NG-Zorro that has support for labels (or "marks" as they call them).

slider with marks from ng zorro

Other libraries that I looked at that did not support this:

matt1616
  • 433
  • 4
  • 8