1.1.1 • Published 5 years ago

react-glass-magnifier v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

react-glass-magnifier

A React image magnifying glass component. Example

NPM JavaScript Style Guide

Install

npm install --save react-glass-magnifier

Usage

import * as React from 'react'

import Magnifier from 'react-glass-magnifier'

class Example extends React.Component {
  render () {
    return (
      <div className="image-container">
        <Magnifier
          imageUrl="images/daylight-environment-forest-small.jpg"
          imgAlt="small image"
          zoomFactor={3}
          glassDimension={200}
          largeImageUrl="images/daylight-environment-forest-large.jpg"
          glassBorderColor="red"
          glassBorderWidth={2} />
      </div>
    )
  }
}

License

MIT © amanulchowhury

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago