🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A React component used for generating SVG based circular progress label for iOS styling, animations, interaction and more.

Loading React

Documentation

react-progress-label

npm npm Build Status codecov styled with prettier

progress label component copied from kirualex/KAProgressLabel with svg

screenshot

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


You May Also Like