1.2.2 • Published 9 years ago

deku-carousel v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.0

10 years ago