react-lightbox-component

1.2.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.1727latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.1727
1.2.00
1.1.10
1.1.00
1.0.00
0.2.05
0.1.00

Package Sidebar

Install

npm i react-lightbox-component

Weekly Downloads

620

Version

1.2.1

License

MIT

Unpacked Size

528 kB

Total Files

10

Last publish

Collaborators

  • jfcaiceo