1.0.1 • Published 5 years ago

reactjs-progressbar-hexagonal v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

#reactjs-progressbar-hexagonal

npm

Based on a pen by Bradley Treweek: https://codepen.io/cmd430/pen/pJKQpg

It diplays the current progress of a task.

Install

npm i -S reactjs-progressbar-hexagonal

Use

Put this code wherever required in your react code

<HexagonalProgressBar progress = {25} />

Pass a prop called progress with the percentage value.