mhnpd / react-loader-spinner

Collection sets of a spinners for async operations for ReactJS
https://mhnpd.github.io/react-loader-spinner/
MIT License
969 stars 145 forks source link

TailSpin circle width #144

Open SebastianStehle opened 1 year ago

SebastianStehle commented 1 year ago

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.

ice1080 commented 1 year ago

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

SebastianStehle commented 1 year ago

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

samyosm commented 1 year ago

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