viskan-deku-carousel

1.2.2 • Public • Published

deku-carousel

Carousel component for deku

Install

$ npm install --save deku-carousel

Usage

import Carousel from 'deku-carousel';
 
const render = () => {
    return (
        <Carousel play arrows arrowPrev='Previous' arrowNext='Next'>
            <div><img src='cat.jpg' alt=''/></div>
            <div><img src='unicorn.jpg' alt=''/></div>
        </Carousel>
    );
};
 
export default {render};

License

MIT © Viskan Distanshandel System AB

Package Sidebar

Install

npm i viskan-deku-carousel

Weekly Downloads

1

Version

1.2.2

License

MIT

Last publish

Collaborators

  • alonalon
  • anton-johansson
  • gillstrom
  • henrikpeszlen
  • michaelbergquistsuarez