multi-range-slider-react
Simple component to select range values from slider. React component that return two value minValue and maxValue by event onInput/onChange.
multi-range-slider-vue
A component create range slider that have two values minValue and maxValue that can be set in props and get on @input event in addition min, max, step, ... etc. see ReadMe
multi-range-slider-control
vanilla js code to create multi range slider control that provide many property and method to handle it. easy to use and full css support for UI/UX