Open experiment
Breadcrumb trail
A semantic breadcrumb navigation primitive with compact separators, a clearly identified current page, and horizontal overflow protection.
Lab tested Responsive Dark mode
- Version
- 1.0.0
- Updated
- 2026-08-02
- Dependencies
- Zero
<nav class="cmp-breadcrumb" aria-label="Breadcrumb">
<ol>
<li><a href="#">Components</a></li>
<li><a href="#">Navigation</a></li>
<li><span aria-current="page">Breadcrumb trail</span></li>
</ol>
</nav>
No runtime reactions detected Open in Editor
Validated in the lab
Experiment report
- Schema and source files passed
- Responsive test passed
- Keyboard test passed
- No console errors
Component ingredients
- Dependencies
- None
- Browser support
- Current Chrome, Current Edge, Current Firefox, Current Safari
- Version
- 1.0.0
- Last tested
- 2026-08-02
Accessibility notes
- Uses a labeled navigation landmark.
- Current page uses aria-current.
- Separators are hidden from assistive technology.
License: MIT License for open-source use, modification, and distribution.