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

https://github.com/shahen94/react-medium-zoom

A React library for zooming images like Medium
https://github.com/shahen94/react-medium-zoom

medium medium-zoom react

Last synced: 10 months ago
JSON representation

A React library for zooming images like Medium

Awesome Lists containing this project

README

          

# react-medium-zoom

> A React library for zooming images like Medium

[![NPM](https://img.shields.io/npm/v/react-medium-zoom.svg)](https://www.npmjs.com/package/react-medium-zoom) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-medium-zoom
```

## Usage

```jsx
import React, { Component } from 'react'

import ReactMediumImg from 'react-medium-zoom'

class App extends Component {
render () {
return (
console.log('Image Open')}
onClosed={() => console.log('Image closed')}
{...allImageProps}
/>
)
}
}
```

## License

MIT © [shahen94](https://github.com/shahen94)