Can anyone help me with adding dashes between the line in this progress bar I'm trying to recreate? Any suggestions would be greatly appreciated.
https://i.sstatic.net/KdwtzYGy.png
This is my progress so far:
https://i.sstatic.net/3KTjic5l.png
I have been using the react-move library to animate the clock
<CircularProgressbar
value={value}
text={`${roundedValue}%`}
circleRatio={0.75}
styles={buildStyles({
rotation: 1 / 2 + 1 / 8,
strokeLinecap: "butt",
trailColor: "#eee",
})}
/>