react-imgback-loader
v1.0.5
Published
**React Image Background loader** is an `<div>` tag with preloader and multiple background-image fallback support
Downloads
1
Maintainers
Readme
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 />}
/>