SamHerbert / SVG-Loaders

Loading icons and small animations built with pure SVG.
http://samherbert.net/svg-loaders
MIT License
6.81k stars 4.6k forks source link

Update README.md #21

Open uyeong opened 5 years ago

uyeong commented 5 years ago

Hello.

First of all, I am really appreciated your dedication to SVG-Loaders.

I converted this library to React Component. I didn't just wrapped the svg with React Component, I actually made it as React Component(Hooks based) which means developers can control the size, storke-color and even stroke-width.

In order to support IE9, I use RequestAnimationFrame rather than SVGAnimateElement or CSS Keyframes.

For the moment, only Oval, TailSpin, Audio, Puff, Rings, SpinningCircle are available and I will keep making more.

I will really appreciate if you introduce my library to your README !

Thank you!