🖼 React Zoom Pan Pinch @jboolean fork This fork adds Ability to separate event-receiving part from component to transform. This allows you to have e.g. an overlay inside the zoom container but is not itself zoomed. zoomToPoint method to allow zooming to a specific point on the screen....
import React, { Component } from "react"; import { TransformWrapper, TransformComponent } from "react-zoom-pan-pinch"; class Example extends Component { render() { return ( <TransformWrapper> <TransformComponent> </TransformComponent> </TransformWrapper> ); } }orimport React, { Component }...
🖼 React Zoom Pan Pinch Super fast and light react npm package for zooming, panning and pinching html elements in easy way Do you like this library? Try out other projects⚡Hyper Fetch Sources Demo Docs Key Features 🚀 Fast and easy to use ...
import React, { useRef } from "react"; import { TransformWrapper, TransformComponent, ReactZoomPanPinchRef, } from "react-zoom-pan-pinch"; const Controls = ({ zoomIn, zoomOut, resetTransform }) => ( <> zoomIn()}>+ zoomOut()}>- resetTransform()}>x </> ); const Component =...
🖼 React Zoom Pan Pinch Super fast and light react npm package for zooming, panning and pinching html elements in easy way Demo Docs Key Features 🚀 Fast and easy to use 🏭 Light, without external dependencies 💎 Mobile gestures, touchpad gestures and desktop mouse events support ...
🖼 React Zoom Pan Pinch Super fast and light react npm package for zooming, panning and pinching html elements in easy way Sources Demo Docs Key Features 🚀 Fast and easy to use 🏭 Light, without external dependencies 💎 Mobile gestures, touchpad gestures and desktop mouse events support...
🖼 React library to support easy zoom, pan, pinch on various html dom elements like and - doodguymandood/react-zoom-pan-pinch-dood-fork
import React, { useRef } from "react"; import { TransformWrapper, TransformComponent, ReactZoomPanPinchRef, } from "react-zoom-pan-pinch"; const Controls = ({ zoomIn, zoomOut, resetTransform }) => ( <> zoomIn()}>+ zoomOut()}>- resetTransform()}>x </> ); const Component =...
🖼 React library to support easy zoom, pan, pinch on various html dom elements like and - alexlande/react-zoom-pan-pinch