New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-gallery-box

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gallery-box

[![npm](https://img.shields.io/npm/v/react-gallery-box.svg?style=flat-square)](https://www.npmjs.com/package/react-gallery-box) [![Travis](https://img.shields.io/travis/LeoAJ/react-gallery-box.svg?style=flat-square)](https://travis-ci.org/LeoAJ/react-gall

latest
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

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

Keywords

react

FAQs

Package last updated on 10 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts