1.0.5 • Published 5 years ago

awesome-magnifier v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago