lightbox-component2

1.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i lightbox-component2

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

111 kB

Total Files

30

Last publish

Collaborators

  • xiangfeng_su