react-image-modal

1.0.8 • Public • Published

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"
/>;

Package Sidebar

Install

npm i react-image-modal

Weekly Downloads

39

Version

1.0.8

License

MIT

Unpacked Size

39.8 kB

Total Files

10

Last publish

Collaborators

  • aunox