Renders an image from an array of src's, assuming the first is low resolution, and the last is high resolution.
npm install @app-elements/imageRenders an with an array of src's, rendering each, in order, as the complete. The idea is the first is the smallest filesize and the last is the highest resolution.
npm install --save @app-elements/image
``javascript
import Image from '@app-elements/image'
'http://www.placehold.it/200x150/eee/eee?text=Loading',
'http://www.placehold.it/400x300/f44/fff?text=MediumRes',
'http://www.placehold.it/800x600/44f/fff?text=HighRes'
]}
/>
`
| Prop | Type | Default | Description |
|-------------------|-------------|----------|---------------------|
| srcs` | _Array_ | _None_ | An array of image URLs.