React Circular Progressbar

Installation

Install the npm module:

npm install react-circular-progressbar

Include the default styles into your CSS by copying src/styles.css into your repo.

Usage

Import the component:

import CircularProgressbar from 'react-circular-progressbar';

Development

To run demo locally on localhost:8080:

npm install
npm start

Keep CI tests passing by running npm test and npm run lint often.

Deploy updates to the demo page with npm run deploy:demo.

Description
A circular progressbar component, built with SVG and extensively customizable
Readme MIT 4.1 MiB
Languages
TypeScript 91.6%
CSS 6.3%
JavaScript 2.1%