When to use
Use in hierarchical content more than two levels deep.
Find components, patterns, tokens, and docs
Documentation
Breadcrumbs recover context in deep trees: projects, folders, records.
Show the path, not the user's history. The last item is the current page.
Appearance is not enough. This is the contract for when the control earns a place in the product.
Use in hierarchical content more than two levels deep.
Don't use on flat pages where a back link is enough.
Lets users jump up the tree without relying on the browser back button.
nav with aria-label Breadcrumb. Current page is not a link.
<Breadcrumb
variant="primary"
size="medium"
>
Button
</Breadcrumb>