/react-zoomable-with-controls

Make your components zoomable with zoom controls.

Primary LanguageJavaScript

react-zoomable-with-controls

Make your components zoomable with zoom controls.

NPM JavaScript Style Guide

Install

npm install --save react-zoom-with-controls

Usage

import React, { Component } from 'react'

import Zoom from 'react-zoom-with-controls'

const Example = () => {
  return <Zoom>
    <div>
      Zoomable element
    </div>
  </Zoom>

}

License

MIT © yigitcukuren