round-percentage-bar
v1.15.6
Published
A simple round percentage indicator bar built with React
Downloads
7
Readme
Round percentage bar module for React
Install
npm i round-percentage-bar
Usage
In React module where you want to implement the bar
import Percentage from 'round-percentage-bar'
<Percentage percent={<PERCENT VALUE IN INTEGER>} />
Example
<Percentage percent={20} />
Note
This package is built for educational purposes. It's far from being complete and doesn't fill the correct space for values between 1% and 15%.