react-progress-label
progress label component copied from kirualex/KAProgressLabel with svg
Installation
yarn add react-progress-label npm install react-progress-label --save
Demo
https://swiftcarrot.dev/react-progress-label
Usage
<ProgressLabel progress={50} startDegree={60} progressWidth={8} trackWidth={20} cornersWidth={4} size={400} fillColor="black" trackColor="red" progressColor="green" />
License
ISC