1.0.0 • Published 6 years ago
react-native-material-slider v1.0.0
Demo
Material Slider for React Native
Demo
Installation
If using yarn:
yarn add react-native-material-slider
If using npm:
npm i react-native-material-slider -S
Usage
import Slider from 'react-native-material-slider';
Simply place a <Slider />
tag.
Props
You can configure module with this props
Prop | Type | Default |
---|---|---|
stickyPin | boolean | false |
minimumValue | number | 0 |
maximumValue | number | 100 |
step | number | 1 |
thumbTintColor | string | transparent |
minimumTrackTintColor | string | #8ec95d |
maximumTrackTintColor | string | #d6d9db |
1.0.0
6 years ago