1.0.5 • Published 7 years ago

react-imgback-loader v1.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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 />}
/>