Breadcrumb
Hierarchical navigation trail with separator customization, truncation support, and ARIA navigation landmarks
Breadcrumb
Show the user’s location within an app hierarchy and provide quick navigation back to previous levels.
With Icons
Add icons to breadcrumb items for better visual context.
Separator Types
Use different separators to match your visual style or brand.
Contextual Usage
Combine breadcrumbs with cards, headers, and content to provide context within a page.
Usage Guidelines
When to Use
- Deep site navigation
- E-commerce categories
- Documentation
Accessibility
- nav landmark with aria-label
- Current page not a link
- aria-current on last item
Performance
- Renders only visible items
- Lightweight separator components
Common Mistakes
- Making current page clickable
- Too many levels without truncation
Frequently Asked Questions
Related Components
View allApplication bar with scroll effects, elevation changes, and fixed/sticky positioning
Mobile bottom navigation bar with icon labels and active state indicators
Enhanced anchor element with variant system, external link indicators, and programmatic navigation integration
Horizontal menu bar implementing nested dropdown menus with keyboard navigation, ARIA menubar pattern, and collision detection