Replace react-loader with something that better fits our use-case
Description
Activity
Show:
Former user 6 June 2017 at 04:47
@Former user we have a custom component wrapping the Loader called LoaderText so I shall close this issue
Former user 6 June 2017 at 04:28Edited
@Former user
https://www.npmjs.com/package/react-loading
Height and width can be used with this loader.
<Loading type={type} color={color} height='667' width='375' />
react-loading module is not well maintained, and has hard-coded pixel dimensions (in element style). We need a loader that is more flexible and better maintained.
We should either make our own loader component (could be based on the working loader we used to have), or find one that does not have the above problems.