npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

deku-carousel

1.2.2

@kevva

npmHomeRepoSnykSocket
Downloads:0
$ npm install deku-carousel
DailyWeeklyMonthlyYearly

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