Skip to content

vobi-ge/react-native-material-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Material Slider for React Native

View on Snack

Demo

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

About

React native material slider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published