Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmcmahen/react-thumbnail-zoom

Easy, breezy, beautiful thumbnail transitions for React
https://github.com/bmcmahen/react-thumbnail-zoom

image-viewer images react thumbnails

Last synced: about 1 month ago
JSON representation

Easy, breezy, beautiful thumbnail transitions for React

Awesome Lists containing this project

README

        

#### I've released a new library that does much the same thing: [react-image-enlarger](https://github.com/bmcmahen/react-image-enlarger).

# react-thumbnail-zoom

[![Travis][build-badge]][build]
[![npm package][npm-badge]][npm]
[![Coveralls][coveralls-badge]][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](http://jagged-dinner.surge.sh/).

## Install
```
yarn install react-thumbnail-zoom
```

[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
[build]: https://travis-ci.org/user/repo

[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package

[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo

```
import Zoom from 'react-thumbnail-zoom';

const SuperAwesomeImage = () => (



)
```