2.3.4 • Published 3 years ago

react-radial-progress-bar v2.3.4

Weekly downloads
99
License
MIT
Repository
-
Last release
3 years ago

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

2.3.2

3 years ago

2.3.1

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago