react-progressive-loader icon indicating copy to clipboard operation
react-progressive-loader copied to clipboard

Utility to load images and React components progressively, and get code splitting for free

Results 9 react-progressive-loader issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to use `className` instead of `style` on the `Img` component. I'll be glad to offer a PR

First of all, thank you for this awesome lib! This lib can be ~50% smaller by removing the dep on react-deco. ![image](https://user-images.githubusercontent.com/9304194/61615649-390cd380-ac6f-11e9-805e-bfc03beae356.png) If you agree I will create a PR...

Thank you for the awesome library! Would be awesome to be able to pass object-fit and object-position settings down to the img element.

See: https://codepen.io/ainalem/pen/aLKxjm SVG generator: https://www.npmjs.com/package/sqip

Detect slow networks and show a download button. eg: `downloadImageOn='demand|3g|slow-network'`. We could detect network speed while loading placeholders. Research which browser supports slow network detection.

Provide a prop, `blurAmount`, which allows the user to control how blurred the placeholder image is. Usage: Add the `blurAmount` prop with the amount of desired blur. ```js ```

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependency [jsdom](https://github.com/jsdom/jsdom). These dependencies need to be updated together. Updates `tough-cookie` from 2.5.0 to 4.1.3 Release notes Sourced from tough-cookie's releases. 4.1.3 Security...

dependencies

I've bumped the version to 1.0.0 This is a precondition before we can refactor the lib to remove react-deco I've removed the "placeholder" that assign the paddingBottom, since there is...