Carousel

A carousel that displays a sequence of slides, which the user can move between with previous and next controls, slide indicators, or the keyboard.

See the WAI ARIA guidelines for Carousels .

Structure

<Carousel ariaLabel="Featured">
	<CarouselPrevious />
	<CarouselSlide>...</CarouselSlide>
	<CarouselSlide>...</CarouselSlide>
	<CarouselNext />
	<CarouselIndicators />
</Carousel>

Demo