apeman-react-slideshow
apeman react package for slideshow components.
Installation
$ npm install apeman-react-slideshow --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict' import React from 'react'import ApSlideshow ApSlideshowStyle from 'apeman-react-slideshow' const ExampleComponent = React
Components
ApSlideshowStyle
Props
Name | Type | Default | Description |
---|---|---|---|
style | object | {} |
ApSlideshow
Props
Name | Type | Default | Description |
---|---|---|---|
images | array | [] | |
repeat | bool | false | |
width | number | 420 | |
height | number | 280 | |
interval | number | 20000 | |
effect | enum | 'fadeAndScale' |
License
This software is released under the MIT License.