jonjaques / react-loaders

Lightweight wrapper around Loaders.css.

Home Page:http://jonjaques.github.com/react-loaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong prop type in readme

DanielRuf opened this issue · comments

warning.js:36 Warning: Failed prop type: Invalid prop active of type string supplied to Loader, expected boolean.

It should be one of these

<Loader type="line-scale" active />
<Loader type="line-scale" active={true} />