fakiolinho / react-loading

React component for loading animations

Home Page:https://codesandbox.io/s/mqx0ql55qp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eating classNames

Ohar opened this issue · comments

Component eats className prop.

E.g. <Loading type='bubbles' className='foo'/>
renders into <div style="fill: rgb(255, 255, 255); height: 64px; width: 64px;">

I 've just created a pull request for this #21

Closing this since it was added in #27