Replace react-loader with something that better fits our use-case

Description

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.

Activity

Show:

Former user 6 June 2017 at 04:47

we have a custom component wrapping the Loader called LoaderText so I shall close this issue

Former user 6 June 2017 at 04:28
Edited

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' />
Won't Do

Details

Assignee

Reporter

Tested Version/s

Components

Priority

More fields

Created 6 April 2017 at 04:57
Updated 7 July 2017 at 03:56
Resolved 6 June 2017 at 04:47

Flag notifications