-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Slider] Numeric value label on discrete slider #5558
Comments
I'm closing this issue for #5383.
I'm not aware that anyone is working on it. |
@llopez95 I put together this quick solution, may be helpful for you. Considering developing it further... https://github.com/tariqwest/material-ui-slider-label |
@tariqwest That looks really great! Would you be interested in migrating the Slider to the |
Also, we could add a link toward that lib in our documentation. We already have quite a few libraries extending Material-UI. |
@oliviertassinari Yeah! I would actually be interested in migrating Slider to Next branch. This library's been really useful to me and would be glad to contribute something back. And yes please feel free to add link to my quick fix extension - I'm in process of making that extension less brittle and conform better to google design and behaviors. |
@tariqwest Done with a0ab405. We have the following issue #4793 to track the progress on the rewrite on the next branch. |
Problem description
I figured out that it was possible to create a "discrete slider" with the 'min', 'max' and 'step' props but it seems not possible to display a numeric value label on it.
However the material specs specify it well here :
https://material.google.com/components/sliders.html#sliders-discrete-slider
Could this feature be integrated in a near future ?
Thanks !
Versions
The text was updated successfully, but these errors were encountered: