Skip to content

simple, easy and fully customize to use progressbar for React Native

Notifications You must be signed in to change notification settings

binbytes/react-native-simple-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-simple-progress

Easy to use and full customized horizontal progressbar.

Installation

$ npm install react-native-simple-progress --save

Usage

import Progress from 'react-native-simple-progress';

<Progress 
	progress={10} 
	height={24} 
	progressColor={'#3B7FD2'}
	borderColor={'#CCC'}
	borderRadius={25} />

Properties

Prop Description Default
progress Progress of whatever the indicator is indicating. A number between 0 and 100. 0
height Hight of Progressbar. 24
progressColor Fill color of the indicator. #3B7FD2
borderWidth Width of outer border, set to 0 to remove. 1
borderColor Color of outer border. #CCC
borderRadius Radius of outer border. 25

Progress

About

simple, easy and fully customize to use progressbar for React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published