react-circular-progressbar
react-circular-progressbar copied to clipboard
circle animation is still not working
<CircularProgressbar
value={80}
maxValue={88}
text={`${3 * 100}`}
counterClockwise={true}
strokeWidth={10}
styles={buildStyles({
textColor: "#ffff",
textSize: "22px",
pathColor: `rgb(24, 165, 181)`,
rotation: 0.8,
})}
/>