CoreUI PRO hexagon
Our Admin Panel isn’t just a mix of third-party components. It’s the only Next.js dashboard built on a professional, enterprise-grade UI Components Library. This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
React Range Slider

The React Range Slider component allows users to select a value or range of values within a predefined range. Unlike the standard <input type="range">, the Range Slider offers enhanced customization options, including multiple handles, labels, tooltips, and vertical orientation. It ensures consistent styling across browsers and provides a rich set of features for advanced use cases.

25
75
Low
Medium
High
React Range Slider Multiple handles

Enable multiple handles to allow the selection of a range or/and multiple values.

20
40
20
40
60
20
40
60
80
React Range Slider Vertical Range Slider

Rotate the slider to a vertical orientation.

20
20
80
20
80
100
React Range Slider Disabled

Disable the slider to prevent user interaction.

React Range Slider Min and max

React Range Slider component has implicit values for min and max0 and 100, respectively. You may specify new values for those using the min and max attributes.

React Range Slider Distance

Sets the minimum distance between multiple slider handles by setting distance and ensures that the handles do not overlap or get too close.

React Range Slider Labels

Add labels to specific points on the slider for better context. If you provide an array of strings, as in the example below, then labels will be spaced at equal distances from the beginning to the end of the slider.

30
70
Start
Middle
End