bentatum / better-react-spinkit

A collection of loading indicators for React
http://better-react-spinkit.benjamintatum.com/
ISC License
186 stars 25 forks source link

childContextTypes only accept color and size props #13

Open alexcastillo opened 7 years ago

alexcastillo commented 7 years ago

Hi,

Great work.

When using childContextTypes only color and size props work. I think it is because those two props are the only props defined in the util defaults.

https://github.com/bentatum/better-react-spinkit/blob/master/src/Wave/index.js#L102

bentatum commented 7 years ago

I like this idea. I'll look into it.