1.3.1 • Published 1 year ago

magnify-anything v1.3.1

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

Magnify Anything 🔎

A flexible React component for creating a magnifying glass effect on any content.

Installation

Install the package using npm or yarn:

npm i magnify-anything

npm.io

Usage

import React from 'react';
import Magnifier from 'magnify-anything';

const App = () => {
  return (
    <Magnifier previewSize={200} zoom={2} borderColor="blue">
      <div>
        <h1>Hover over me!</h1>
        <p>This is an example of content that can be magnified.</p>
      </div>
    </Magnifier>
  );
};

export default App;

Props

The Magnifier component accepts the following props:

PropTypeDescription
childrenReactNodeThe content to be magnified.
previewSizenumberThe size of the magnifying glass in pixels.
zoomnumberThe zoom level for the magnified content.
borderColorstringThe border color of the magnifying glass.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on Github.

Contact

For any questions or feedback, please contact bawantharathnayaka@gmail.com.

1.3.1

1 year ago

1.3.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago