Components
← All components

Breadcrumb

stimeo--breadcrumb

A breadcrumb trail that collapses its middle items behind a disclosure when it overflows.

  • Breadcrumb

The stimeo--breadcrumb controller implements the WAI-ARIA Breadcrumb pattern. The base structure (nav + ol + aria-current="page") lives in your markup; the controller adds the responsive behavior. When the trail is wider than its container it hides the author-marked middle items and reveals an ellipsis (…) disclosure button; pressing it expands the full path back and toggles aria-expanded. When the trail fits, everything is shown and the ellipsis is hidden. Overflow is detected with a ResizeObserver that is released on disconnect. Behavior only — separators and the look are yours.

Keyboard

KeyAction
Enter / Space Expand or re-collapse the full path on the ellipsis button.