react-radial-progress-bar

2.3.4 • Public • Published

react-radial-progress-bar

Travis npm package Coveralls

Radial Progress Bar

This is a simple and stylable radial progress bar. It is entirely made on react. Light weight and fully optimised for current functionalities.

Installation

Use the package manager npm to install react-radial-progress-bar.

npm install react-radial-progress-bar

Usage

import RPB from 'react-radial-progress-bar';

<RPB
    size={120} // in px. default 120px
    percentageCompleted={89} // current percentage filled in progress bar
    fillColor={'blue'} // default #97a71d
    backgroundColor={'#d6dadc'} /> // default #d6dadc

hi

Use gradients to enhance the look of radial progress bar

import RPB from 'react-radial-progress-bar';

<RPB
    size={120}
    percentageCompleted={89}
    fillColor={'linear-gradient(45deg, #E6465D, #F5A746)'}
    backgroundColor={'white'} />

hi

Animations on changing the percentageCompleted prop

Below is the demo hi

Readme

Keywords

Package Sidebar

Install

npm i react-radial-progress-bar

Weekly Downloads

2

Version

2.3.4

License

MIT

Unpacked Size

34.7 kB

Total Files

13

Last publish

Collaborators

  • pradumn.26