KyleAMathews/react-spinkit

Passing in className will overwrite default classes

Closed this issue · 2 comments

If I do something like this:

<Spinner className="center" spinnerName='double-bounce' />

I'll get something like this: <div class="center"> instead of something like <div class="spinner double-bounce center"> and the spinner won't work as a result.

Thanks for the bug report!