react-lightbox-component

An image lightbox component for ReactJS

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-lightbox-component
76191.2.16 years ago8 years agoMinified + gzip package size for react-lightbox-component in KB

Readme

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