react-thumbnail-zoom

1.0.2 • Public • Published

react-thumbnail-zoom

Travis npm package Coveralls

React thumbnail zoom makes transitioning from thumbnails to fullscreen images beautiful. It's the same effect you see on Medium.com. Check out the super simple demo.

Install

yarn install react-thumbnail-zoom
import Zoom from 'react-thumbnail-zoom';

const SuperAwesomeImage = () => (
  <Zoom>
    <img src='/super-awesome-image.jpg' />
  </Zoom>
)

Package Sidebar

Install

npm i react-thumbnail-zoom

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

1.28 MB

Total Files

7

Last publish

Collaborators

  • bmcmahen