# Breadcrumb Item [component-header:sl-breadcrumb-item] Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links. ```html preview Home Clothing Shirts ``` ```jsx react import { SlBreadcrumb, SlBreadcrumbItem, SlIcon } from '@shoelace-style/shoelace/dist/react'; const App = () => ( Home Clothing Shirts ); ``` ?> Additional demonstrations can be found in the [breadcrumb examples](/components/breadcrumb). [component-metadata:sl-breadcrumb-item]