CodeAI

Breadcrumbs

Trail of breadcrumb links with chevron separators. When maxItems is exceeded, middle crumbs collapse into Breadcrumb Overflow (ellipsis → dropdown of truncated pages). Composes Figma Links / Separators / Overflow.

⌥-click (Option/Alt) nested elements to edit their props

Appearance

Content

Layout & behavior

Accessibility

Item icon (playground)

Props — Breadcrumbs
View MUI docs
PropTypeDescription
size"large" | "medium" | "small" | "extraSmall"Control height. Default medium (40).
itemsBreadcrumbItem[]Trail items. Optional per-item iconName, iconOnly, current, href/onClick.
maxItemsnumberCollapse middle into overflow ellipsis when exceeded.
itemsBeforeCollapsenumberCrumb count kept before the overflow ellipsis.
itemsAfterCollapsenumberCrumb count kept after the overflow ellipsis.
expandTextstringAccessible name for the overflow trigger.
aria-labelstringAccessible name for the trail.
Props — Breadcrumb Item
PropTypeDescription
labelReactNodeCrumb text or content.
hrefstringLink destination; omit when current.
iconNameFaIconNameOptional leading icon on any crumb.
iconOnlybooleanHide label visually; keep accessible name.
currentbooleanCurrent page — rendered as text, not a link.
disabledbooleanDisables this crumb.
keystringStable React key override.
onClick(event) => voidClick handler when href is omitted.