1.1.0 • Published 7 years ago

react-circle-percentage v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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.