# Carousel Item [component-header:sl-carousel-item] ```html preview The sun is setting over a lavender field - Photo by Leonard Cotte on Unsplash ``` ```jsx react import { SlCarouselItem } from '@shoelace-style/shoelace/dist/react'; const App = () => ( The sun is setting over a lavender field - Photo by Leonard Cotte on Unsplash ); ``` ?> Additional demonstrations can be found in the [carousel examples](/components/carousel). [component-metadata:sl-carousel-item]