react-progressbar-circle
An React component for styling proggressbar.
Install
npm install react-progressbar-circle
How to use
;;
Options
Prop | description | default value |
---|---|---|
sqSize | Size of the progressbar. | 100 |
strokeWidth | Width of the arc. | 10 |
percentage | To sgow the completedpercentage. | 80 |
color | Color of the progressbar arc. | #fffff |
And that's it.