1.0.2 • Published 8 years ago

progress-bar-animated v1.0.2

Weekly downloads
12
License
ISC
Repository
github
Last release
8 years ago

#progress-bar-animated

A cross platform progressbar library using react native which is completely customizable

#Installation

npm install progress-bar-animated --save

progressios

#Example usage

import ProgressBarAnimated from 'progress-bar-animated';

<ProgressBarAnimated 
	progress={50} 
	style={{marginLeft: 16, marginRight: 16}}
	filledColor='red'
	unfilledColor='white'
	/>

#Available props

progress: Filled level of progress bar(required)
style: Styling for the progress bar(including borderWidth, borderColor, borderRadius....)
fillColor: Color of filled portion in progress bar
unfilledColor: Color of unfilled portion in progress bar 	
startDelay: Specify the time after which the fill animation should start in ms(default is 300)
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago