0.1.3 • Published 5 years ago

@nicholasmole/carousel-container-component v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Carousel Container Component

React Carousel Container Component

Usage

Simply install the application

npm i @nicholasmole/carousel-container-component

Then add the wrapper to your Component

import {
	CarouselContainerComponent
} from '@nicholasmole/carousel-container-component';

<CarouselContainerComponent>
	<div>
		Slide 1
	</div>
	<div>
		Slide 2
		<div>
			Content in slide 2!
		</div>
	</div>
</CarouselContainerComponent>

Add divs or Component inside of the CarouselContainerComponent and each first child level Component will create a new slide.

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago