Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flyfloor/react-touch-gallery

photo gallery
https://github.com/flyfloor/react-touch-gallery

Last synced: about 2 months ago
JSON representation

photo gallery

Awesome Lists containing this project

README

        

# react-touch-gallery

### Demo

open [http://braavos.me/react-touch-gallery](http://braavos.me/react-touch-gallery) in mobile browser and see results

### Install

```
npm install react-touch-gallery --save
```

### Usage

```
import Gallery from 'react-touch-gallery'
```

```
import style from 'react-touch-gallery/css/gallery.less'
```

```

```

#### props



urls
image urls


showRange
show current page / total page


showArrow
show navigation arrow


showCloseBtn
show close button


prevArrow
custom previous arrow node


nextArrow
custom next arrow node



events:



onChange(index)
preview image change event


onEnd(index)
at last page, still go right


onStart(index)
at first page, still go left


current
initial active index page