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

how to set {border: solid} Circular progress bar

Open PokerJava opened this issue 4 years ago • 1 comments

Screen Shot 2564-01-30 at 22 13 31

how to set {border: solid} Circular progress bar

PokerJava avatar Jan 30 '21 15:01 PokerJava

you can set background and backgroundPadding and backgroundColor,like this
<CircularProgressbar value={percentage} strokeWidth={50} background={true} backgroundPadding={1} styles={buildStyles({ strokeLinecap: 'butt', pathColor: '#4EB857', trailColor: '#FFF', backgroundColor: '#4EB857' })} />

tomatobybike avatar Sep 18 '21 08:09 tomatobybike