react-circle-percentage

1.1.0 • Public • Published

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.

Package Sidebar

Install

npm i react-circle-percentage

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • jameskmonger