2.5.2 • Published 4 years ago

tl-rc-progress v2.5.2

Weekly downloads
3
License
-
Repository
github
Last release
4 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.