1.0.8 • Published 2 years ago

react-image-modal v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-image-modal

npm package

A lightweight React component providing modal image Lightbox.

Features

  • Only 3 kB when gzipped.
  • Zero dependencies.
  • For React 16.x and 17.x.
  • Esc, Enter & click outside the image close the lightbox
  • User can zoom & move the image or download the highest quality one
  • Download and Zoom -buttons can be hidden.
  • Image alt shown as title of lightbox

Simple API

import ModalImage from "react-image-modal";

<ModalImage
  showDownload={true}
  showRotation={true}
  showZoom={true}
  src="image"
  alt="cat image!"
  className="string"
/>;
1.0.2

3 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago