Skip to content

superbull/super-react-image

Repository files navigation

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

About

A light weight React component to lazy load images

Resources

Stars

Watchers

Forks

Packages

No packages published