1.1.0 • Published 8 years ago

react-imager v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

react-imager

demo: https://bear2029.github.io/react-imager/

Basic usage

<Imager
  src="http://image.shutterstock.com/z/stock-photo-grandmother-with-mother-and-daughter-against-the-lake-144816268.jpg"
/>

Customizeable usage

// optional scss
import '@react-imager/style/scss/imagr-theme.scss'
...
...
<Imager
  className="imagr example"
  failedClass="failed-custom"
  laodedClass="loaded-custom"
  loadingClass="loading-custom"
  onFailed={ action('loading failed') }
  onLoaded={ action('loaded') }
  src="http://image.shutterstock.com/z/stock-vector-healthy-vegetables-frame-linear-graphic-vector-illustration-253355536.jpg"
/>
1.1.0

8 years ago

1.0.1

8 years ago

1.0.0-2

8 years ago

1.0.0-1

8 years ago