Breadcrumb Trail

Breadcrumb navigation patterns for complex hierarchies.

dragoon0x 9adafb7 707 B Updated

File contents

Breadcrumb Trail

When to Use

  • Sites with 3+ levels of hierarchy
  • E-commerce category browsing
  • Documentation with nested sections
  • File management interfaces

Design

Home / Products / Electronics / Headphones
  • Separator: / or > (consistent throughout)
  • Last item: current page, not clickable, visually distinct (bold or darker)
  • Truncation: Home / ... / Grandparent / Parent / Current
  • Mobile: show only parent level

Accessibility

  • <nav aria-label="Breadcrumb">
  • <ol> for ordered list semantics
  • aria-current="page" on last item
  • Separators via CSS (not inline text)

dragoon0x/everything-design-taste/tree/main/skills/breadcrumb-trail commit 9adafb70c2

Frequently asked questions

npx skillmds@latest add dragoon0x/breadcrumb-trail