tl-rc-progress
v2.5.2
Published
progress ui component for react
Downloads
2
Maintainers
Readme
rc-progress
Progress Bar.
Example
http://react-component.github.io/progress/
Screenshots
Browsers
- support IE9+, Chrome, Firefox, Safari
Install
Usage
import { Line, Circle } from 'rc-progress';
ReactDOM.render(<div>
<Line percent="10" strokeWidth="4" strokeColor="#D3D3D3" />
<Circle percent="10" strokeWidth="4" strokeColor="#D3D3D3" />
</div>, container);
API
props
Installation
npm install --save rc-progress
Development
npm install
npm start
License
rc-progress is released under the MIT license.