🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An image lightbox component for ReactJS that features Zoom / Rotate controls, Smooth animations and Customizable thumbnails.

Modal_Popup React

Documentation

React lightbox component

An image lightbox component for ReactJS. A demo can be viewed here

Features:

  • Zoom control
  • Rotate control
  • Smooth animations
  • Customizable thumbnails

Demo

Demo

Installation

npm install react-lightbox-component

Basic Usage

import Lightbox from 'react-lightbox-component';  const App = () => (   <div>     <Lightbox images={       [         {           src: 'some image url',           title: 'image title',           description: 'image description'         }       ]     }/>   </div> ); 

License

MIT


You May Also Like