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