react-loader-spinner icon indicating copy to clipboard operation
react-loader-spinner copied to clipboard

TailSpin circle width

Open SebastianStehle opened this issue 2 years ago • 3 comments

Would be great to have a property to change the width of the circle segments. I tried to solve it with css, but so far I failed.

SebastianStehle avatar Oct 04 '22 06:10 SebastianStehle

Are you talking about the radius value mentioned in the docs here? Or the thickness of the line? https://mhnpd.github.io/react-loader-spinner/docs/components/tail-spin

ice1080 avatar Oct 25 '22 17:10 ice1080

The thickness of the line. If you make it very small you have to increase this well, otherwise it looks weird.

SebastianStehle avatar Oct 25 '22 18:10 SebastianStehle

Check it out, I've added a strokeWidth property to the TailSpin like you wanted: https://github.com/mhnpd/react-loader-spinner/pull/148

samyosm avatar Dec 24 '22 17:12 samyosm