Skip to content
Slider Widget

Slider Widget

A component that allows selection of a value within a range.

↓ Import the component
import {Slider} from 'react-exo/slider';
↓ Try the example
<Slider step={1} value={50} lowerLimit={0} upperLimit={100} minimumValue={0} maximumValue={100} onChange={console.log} rangeColor="#666" thumbColor="#666" trackColor="#333" disabled={false} name="slider" testID="0:0" style={{}} />

Platform Support

PlatformTechnologyFunctionalNotes
Web@radix-ui/react-slider-
Android@react-native-community/slider-
iOS@react-native-community/slider-
MacOS@react-native-community/slider-
Windows@react-native-community/slider-