```tsx
HomeSmallHomeDefaultHomeLarge
```
### With Icons
Home
DocumentationBreadcrumb
```tsx
import { Home } from "lucide-react";
Home
DocumentationBreadcrumb
```
### Collapsed with Ellipsis
HomeComponentsBreadcrumb
```tsx
HomeComponentsBreadcrumb
```
### With Next.js Link
You can use the `asChild` prop to make the breadcrumb link work with Next.js Link or other routing libraries.
HomeProductsLaptop
```tsx
import Link from "next/link";
Home
Products
Laptop
```
## Props
### Breadcrumb
### BreadcrumbList
### BreadcrumbItem
### BreadcrumbLink
### BreadcrumbPage
### BreadcrumbSeparator
",
},
className: {
description: "Additional CSS classes to apply",
type: "string",
default: "undefined",
},
}}
/>
### BreadcrumbEllipsis