The Breadcrumb component provides a navigational aid that helps users understand their current location within a website hierarchy. It's built as a compound component with subcomponents for flexible composition.
Installation
Here is the component implementation code that you can copy to your project:
A typical breadcrumb navigation with clickable links for each level in the hierarchy. The current page is marked with aria-current="page" for accessibility.
Breadcrumb with ellipsis
For deep navigation paths, use the Ellipsis component to truncate intermediate levels while keeping the first and last items visible.