react-imgback-loader

**React Image Background loader** is an `<div>` tag with preloader and multiple background-image fallback support


Keywords
react, background image, loader, react-component
License
MIT
Install
npm install react-imgback-loader@1.0.5

Documentation

react-imgback-loader

React Image Background Loader

Install

npm install react-imgback-loader

Usage

Examples and documentation.

<Backimg
  src="http://mywebsite.com/myimage.jpg"
  style={{height:'220px', width:'100%', backgroundPosition:'center center', backgroundSize:'cover'}}
  loader={<loader />}
/>