react-loader-spinner
react-loader-spinner copied to clipboard
TailSpin circle width
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.
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
The thickness of the line. If you make it very small you have to increase this well, otherwise it looks weird.
Check it out, I've added a strokeWidth property to the TailSpin like you wanted: https://github.com/mhnpd/react-loader-spinner/pull/148