Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-modal-image

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-modal-image

Lightweight Lightbox React Component

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15K
increased by47.38%
Maintainers
1
Weekly downloads
 
Created
Source

react-modal-image

Travis npm package Coveralls

This is a tiny React component providing modal image Lightbox.

DEMO

Features

  • Only 3 kB when gzipped.
  • Zero dependencies.
  • Includes builds for CommonJS and ES modules.
  • For React 15.x and 16.x.
  • Image alt text displayed as caption
  • Download button
  • Zoom and move the image

You need to provide a polyfill for Object.assign() in your app to support old Internet Explorers.

API

import ModalImage from 'react-modal-image'

<ModalImage
  preview={urlToTinyImageFile}
  fullscreen={urlToLargeImageFile}
  download={urlToHugeImageFile}
  alt="Hello World!"
/>
PropTypeDescription
altStringalt text for the preview img and the header in Lightbox.
previewURLThe small preview img. Click to open Lightbox.
fullscreenURLImage shown in Lightbox.
downloadURLDownload the image by clicking the icon in the top right corner.

Keywords

FAQs

Package last updated on 23 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc