1.0.5 • Published 3 years ago

awesome-magnifier v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

awesome-magnifier

awesome-magnifier is a simple and lightwaight component to create a zoom your images,

  • simple
  • Lightwaight

Open in Github

Installation

Install the dependencies and devDependencies and start the server.

import logo from './foo.jpg';
import './App.css';
import  AwesomeMagnifier  from 'awesome-magnifier';

function App() {
  return (
    <Mangnifier src={logo}  className={'img'} /> 
  );
}

export default App;

props

  • src
  • className pass any class you want
1.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago