0.1.0 • Published 7 years ago

rc-nprogress v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Progress

progress Component for react.

Build with webpack and CSS Modules

Story book

Install

npm install rc-nprogress -S

Usage

<Prgress percent={0.5} color="#333"/>

Props

nametypedefaultdescription
percentnumbernullSet progress percent, if >=1, hide progress
colorstring'#29d'Set background color and boxShadow color
incnumber0Increase percent per second, should be 0 - 1

License

MIT