react-circular-progressbar icon indicating copy to clipboard operation
react-circular-progressbar copied to clipboard

circle animation is still not working

Open rajak9930 opened this issue 1 year ago • 0 comments

<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,
                  })}
                />

rajak9930 avatar Jan 17 '24 10:01 rajak9930