Skip to content

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} onChange={console.log} rangeColor="#666" thumbColor="#666" trackColor="#333" disabled={false} name="slider" testID="0:0" style={{}} />

Dependencies

Technology

PlatformLibrarySupportNotes
Web@radix-ui/react-slider-
Native@react-native-community/slider-