Passing in className will overwrite default classes
Closed this issue · 2 comments
gsklee commented
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.
KyleAMathews commented
Thanks for the bug report!
gsklee commented