4.1.1 • Published 3 years ago
@blacklab/react-image-magnify v4.1.1
Installation
npm install @blacklab/react-image-magnify
Documentation
React Image Magnify is a React Component library that provides
- In-place and side-by-side image enlargement
- Positive or negative space guide lens options
- Interaction hint
- Configurable enlarged image dimensions
- Optional enlarged image external render
- Hover and click intent
- Long-press gesture
- Fade transitions
Example usage
import ReactImageMagnify from 'react-image-magnify';
<ReactImageMagnify
imageProps={{
alt: 'Wristwatch by Ted Baker London',
isFluidWidth: true,
src: watchImg300
}}
magnifiedImageProps={{
src: watchImg1200,
width: 1200,
height: 1800
}}
/>
Changes
Detailed release notes for a given version can be found on our releases page.
Support
Please open an issue.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Getting Started
git clone https://github.com/gooftroop/react-image-magnify.git
cd react-image-magnify
npm install
npm run storybook
Contributors
Thanks to the following community members for opening Issues and Pull Requests.
You are awesome! ✨💫
License
MIT
Icons made by Freepik from www.flaticon.com
4.1.1
3 years ago
4.1.0
3 years ago
4.0.0
3 years ago
4.1.0-alpha.1
3 years ago
3.4.0
4 years ago
3.4.1
4 years ago
3.3.1
4 years ago
3.3.5
4 years ago
3.3.4
4 years ago
3.3.3
4 years ago
3.3.2
4 years ago
3.3.0
4 years ago
3.2.0
4 years ago
3.1.0
4 years ago
3.0.1
4 years ago
3.0.0
4 years ago
2.8.7
4 years ago
2.8.9
4 years ago
2.8.8
4 years ago
2.8.10
4 years ago
2.8.6
4 years ago
2.8.5
4 years ago
2.8.4
4 years ago
2.8.3
4 years ago
0.0.0-development
4 years ago