react-percentage-circle
v1.1.3
Published
React Percentage Circle
Downloads
357
Readme
rc-progress
progress ui component for react
Screenshots
Feature
- support ie9+,chrome,firefox,safari
Keyboard
install
Usage
var Line = require('rc-progress').Line;
var Circle = require('rc-progress').Circle;
var React = require('react');
React.render(<div>
<Line percent=“10” strokeWidth="4" strokeColor=“#D3D3D3” />
<Circle percent=“10” strokeWidth="4" strokeColor=“#D3D3D3” />
</div>, container);
API
props
Development
npm install
npm start
Example
http://localhost:8000/examples/
online example: http://react-component.github.io/progress/
Test Case
http://localhost:8000/tests/runner.html?coverage
Coverage
http://localhost:8000/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8000/tests/runner.html?coverage
License
rc-progress is released under the MIT license.