Range Slider
See original GitHub issueFeature request
Is your feature request related to a problem? Please describe.
There is no way to select an upper and lower value (range) using the slider, which is useful for a lot of applications like a price filter.
Describe the solution you’d like
Add a new component called Range Slider (or an additional prop which transforms the existing slider) which has two SliderThumbs. One controls the upper limit and the other the lower limit. The Thumbs can’t cross over.
The value & defaultValue will accept an array of values [0, 100]
& the onChange events will also return an array of values.
Describe alternatives you’ve considered
Antd have a nice Range Slider.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:68
- Comments:15 (3 by maintainers)
Top Results From Across the Web
How To Create Range Sliders - W3Schools
Learn how to create custom range sliders with CSS and JavaScript. Default: Square: Round: Image: Value: ...
Read more ><input type="range"> - HTML: HyperText Markup Language
The range input type lets you ask the user for a value in cases where the user may not even care—or know—what the...
Read more >21 CSS Range Sliders - Free Frontend
21 CSS Range Sliders. February 25, 2021. Collection of hand-picked free HTML and CSS range slider code examples. Update of May 2019 collection....
Read more >rangeslider.js
Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type="range"> slider element. Download v2.3.0. This project is on GitHub.
Read more >RangeSlider | Dash for Python Documentation | Plotly
RangeSlider is a component for rendering a range slider. Users interact with a dcc.RangeSlider by selecting areas on the rail or by dragging...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’d upvote it but can’t see it in the project board?
Thanks for the upvote. We’ve added this to the list of upcoming features in the roadmap