CodingLaboratory
Lab Commands
Enter The Lab

Component Lab / navigation-layout / orbital-breadcrumb-nav

Stable release
Back to category

Open experiment

Orbital breadcrumb navigation

Shows a navigational path as connected planetary nodes with an unmistakable current destination. Path nodes respond to focus and the current node exposes a compact location summary. Uses connected semantic path nodes with detail disclosure instead of text separators alone.

Lab tested Responsive Dark mode Interactive
Version
1.0.0
Updated
2026-08-02
Dependencies
Zero
Live canvasInstant token updates
Source filesEditable and export-ready
<nav
  class="cmp-orbital-breadcrumb-nav cmp-atlas"
  data-state="idle"
  data-variant="3"
  aria-label="Orbital breadcrumb navigation demo"
>
  <div class="cmp-atlas__nav-head">
    <span>Orbital pathfinder</span
    ><button type="button" data-primary aria-pressed="false">Pin interface</button>
  </div>
  <div class="cmp-atlas__nav-track">
    <button type="button" data-choice="0" aria-pressed="true">
      <i aria-hidden="true">01</i><span>Home</span></button
    ><button type="button" data-choice="1" aria-pressed="false">
      <i aria-hidden="true">02</i><span>Atlas</span></button
    ><button type="button" data-choice="2" aria-pressed="false">
      <i aria-hidden="true">03</i><span>Patterns</span></button
    ><button type="button" data-choice="3" aria-pressed="false">
      <i aria-hidden="true">04</i><span>Current</span>
    </button>
  </div>
  <div class="cmp-atlas__nav-detail">
    <b data-output>Home</b><span>Context-aware destination</span><i aria-hidden="true"></i>
  </div>
  <p data-status aria-live="polite">Home is active</p>
</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

  • Every interactive target is a labelled native control with a visible focus treatment.
  • State changes are communicated through a polite text status and never by color alone.
  • The contained visual effects stop when the user requests reduced motion.

License: MIT License for open-source use, modification, and distribution.