1.2.2 • Published 8 years ago

deku-carousel v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

deku-carousel

Carousel component for deku

Install

$ npm install --save deku-carousel

Usage

import Carousel from 'deku-carousel';

export function render() {
	return (
		<Carousel play arrows arrowPrev='Previous' arrowNext='Next'>
			<div><img src='cat.jpg' alt=''/></div>
			<div><img src='unicorn.jpg' alt=''/></div>
		</Carousel>
	);
}

License

MIT © Kevin Mårtensson

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago