---
components: ["Breadcrumb", "BreadcrumbItem"]
---
`Breadcrumb` displays a hierarchical navigation trail that shows users their current location within an application. It supports current page indication, trailing slash customization, and overflow handling for long navigation paths.
## Default
Display a hierarchical navigation trail with slashes between items. Mark the current page with `isCurrentPage`.
Dashboard
Annual reports
2019
## No trailing slash
Remove the trailing slash from the last breadcrumb item using `noTrailingSlash`.
Home
Profile
## Overflow menu
Add an `OverflowMenu` to handle long breadcrumb trails. Use `OverflowMenuItem` components for menu options.
Home
API documentation
Usage
## Breadcrumb trail
## Skeleton
Display a loading state with `skeleton` prop. Use `count` to specify the number of items.