Skip to content

timhudson/react-image-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-image-component

React component to load images with a little finesse. A placeholder is rendered while the image loads. Once loaded the image fill fade in. See http://pugholdit.herokuapp.com for an example.

Installation

npm install --save react-image-component

Usage

const Image = require('react-image-component')

React.renderComponent(
  <Image
    src={'http://pugholdit.herokuapp.com/500x400.jpg'}
    transition={'opacity 0.6s ease'}
    aspectRatio={0.8}
  />,
  mountNode
)

About

React component to load images with a little finesse

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •