0.1.6 • Published 6 years ago

react-gallery-box v0.1.6

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

react-gallery-box

npm Travis npm PRs Welcome

react photo gallery box component

Hover over mouse to see your photo gallery

rgb

Demo

Edit Demo : react-gallery-box

Install

yarn add react-gallery-box -S

Usage

import ReactGalleryBox from 'react-gallery-box';

<ReactGalleryBox images{/* List of image urls */} />

Props

  • images: array, list of image urls. Default []
  • visibleImageIndex: number, starting index of image array. Default 0
  • delay: number, millisecond of time interval between image switch. Defalt 1500
  • containerClassnName: string, custom css class for div container
  • itemClassnName: string, custom css class for individual image div

License

MIT © Leo

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago