# react-image-zoom-hover

> Made with create-react-library

Latest version **1.0.2** (published 2022-12-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-image-zoom-hover
pnpm add react-image-zoom-hover
yarn add react-image-zoom-hover
bun add react-image-zoom-hover
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-12-20 |
| First published | 2022-12-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 39.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | nvwebm |
| Maintainers | nvwebm |

## Links

- npm: https://www.npmjs.com/package/react-image-zoom-hover
- Repository: https://github.com/nvwebm/react-image-zoom-hover
- Homepage: https://github.com/nvwebm/react-image-zoom-hover#readme
- Issues: https://github.com/nvwebm/react-image-zoom-hover/issues
- npm.io page: https://npm.io/package/react-image-zoom-hover

## Recent versions

- 1.0.2 (latest) — 2022-12-20
- 1.0.1 — 2022-12-20
- 1.0.0 — 2022-12-20

## README

# react-image-zoom

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/react-image-zoom.svg)](https://www.npmjs.com/package/react-image-zoom-hover) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Preview

![Preview](./preview.gif)

## Install

```bash
npm install --save react-image-zoom-hover
```

## Usage

```tsx
import React from 'react'

import { ImageZoom } from 'react-image-zoom'
import 'react-image-zoom/dist/index.css'
import bigImage from 'react-image-zoom-hover/example/public/example.jpg' 
const App = () =>
{
  return <div class="center"><ImageZoom bigImage={bigImage}><img width="200" height="200"  src="example.jpg" className="image" alt="example_image" /></ImageZoom></div>
}

export default App

```
## ChangeLog

1.1 Support for mobile was added.

## License

MIT © [nvwebm](https://github.com/nvwebm)

---
_Source: https://npm.io/package/react-image-zoom-hover · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
