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
- Host: GitHub
- URL: https://github.com/shahen94/react-medium-zoom
- Owner: shahen94
- Created: 2019-04-18T13:13:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:42:49.000Z (about 2 years ago)
- Last Synced: 2025-03-30T16:46:40.718Z (about 1 year ago)
- Topics: medium, medium-zoom, react
- Language: JavaScript
- Homepage: https://shahen94.github.io/react-medium-zoom/
- Size: 584 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-medium-zoom
> A React library for zooming images like Medium
[](https://www.npmjs.com/package/react-medium-zoom) [](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)