1.2.0 • Published 4 years ago

lightbox-component2 v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

React lightbox component

An image lightbox component for ReactJS.

Features:

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

Installation

npm install lightbox-component2

Basic Usage

import Lightbox from 'lightbox-component2';

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

License

MIT

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago