Example of Default Functionalities in React Range Slider Component

/
/
Default

This sample demonstrates the default rendering of Slider component. Drag the thumb over the bar for selecting the values between min and max.

More Details...

Loading....
Description

The Slider component allows the user to select a value or range of values in-between a min and max range, by dragging the thumb over the slider bar. There are three types of sliders available:

  • Default - allows us to select a single value
  • MinRange – allows us to select a single value, but highlights with a range selection from the min value to the current handle value
  • Range – allows us to select a range of values with two handles, where the handles was connected with a range selection

In this demo we can see the Default, MinRange and Range slider types.

More information on the Slider instantiation can be found in this documentation section