Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

deku-carousel

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deku-carousel

Carousel component for deku

Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

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'>
			<img src='cat.jpg' alt=''/>
			<img src='unicorn.jpg' alt=''/>
		</Carousel>
	);
}

License

MIT © Kevin Mårtensson

Keywords

carousel

FAQs

Package last updated on 09 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts