1.1.16 • Published 1 year ago

react-glass-zoom v1.1.16

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

React Glass Zoom

React Glass Zoom is a React component that provides a magnification effect on images, similar to a magnifying glass. This component is highly customizable and easy to integrate into your React applications.

Features

  • Simple and easy to use
  • Highly customizable magnifier size and zoom level
  • No dependencies other than React

Installation

Install the package via npm:

npm i react-glass-zoom

Usage

javascript

import GlassZoom from 'react-glass-zoom';

<GlassZoom>
  <img
    src='https://placehold.co/600x400/EEE/31343C'
    alt='My Image'
    magnifierHeight={200}
    magnifieWidth={200}
    zoomLevel={3}
  />
</GlassZoom>;

Example

22

Licence

MIT

Source

GitHub Repository

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago