react-circle-percentage
v1.1.0
Published
A circle to display a percentage.
Downloads
4
Maintainers
Readme
react-percentage-circle
Some nice circles to display percentages in React.
Built from CSS Percentage Circle by Andre Firchow, which gives credit to atomicnoggin.
Installation
$ npm install react-percentage-circle --save
Usage
import PercentageCircle from "react-percentage-circle";
class SomeComponent extends Component {
render() {
return (
<PercentageCircle percentage="50"/>
);
}
}
License
Licensed under the MIT License. See full license text in LICENSE file.