🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A React library for zooming images like Medium.

Image React

Documentation

react-medium-zoom

A React library for zooming images like Medium

NPM JavaScript Style Guide

Install

npm install --save react-medium-zoom

Usage

import React, { Component } from 'react'  import ReactMediumImg from 'react-medium-zoom'  class App extends Component {   render () {     return (       <ReactMediumImg         src={'image'}         onOpen={() => console.log('Image Open')}         onClosed={() => console.log('Image closed')}         {...allImageProps}       />     )   } }

License

MIT © shahen94


You May Also Like