2.2.5 • Published 6 years ago

rc-progress-rjay-fork v2.2.5

Weekly downloads
3
License
-
Repository
github
Last release
6 years ago

rc-progress

Progress Bar.

NPM version build status Test coverage gemnasium deps node version npm download

Example

http://react-component.github.io/progress/

Screenshots

Browsers

  • support IE9+, Chrome, Firefox, Safari

Install

rc-progress

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.