1.0.2 • Published 6 years ago

super-react-image v1.0.2

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

Super React Image

Quick start

import React from 'react';
import SuperReactImage from 'super-react-image';

export default () => (
  <div>
    <SuperReactImage
      width="1024"
      height="683"
      placeholder="https://farm6.staticflickr.com/5595/31240533935_c50a33f67a_m_d.jpg"
      src="https://farm6.staticflickr.com/5595/31240533935_d66b31677a_k_d.jpg"
    />
  </div>
);

Features

  • Lazy load
  • Low resolution placeholder image
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago