COMPONENTS / ATOMS / al-breadcrumbs-item← ALL COMPONENTS

Breadcrumbs Item

<al-breadcrumbs-item><ALBreadcrumbsItem> REACTbetaOPEN IN FIGMA ↗

Reference generated from the custom elements manifest — 5 properties, 1 slots, 0 events.

PLAYGROUND4 CONTROLS
PREVIEW / al-breadcrumbs-item / ALTITUDE
Loading preview
Page Name
target
FLAGS
CODE — HTML / REACT

Guidance

NOT YET AUTHORED · 20 COMPONENTS COVERED

NO USAGE GUIDANCE HAS BEEN WRITTEN FOR THIS COMPONENT YET. THE API BELOW IS GENERATED FROM THE MANIFEST AND IS COMPLETE; WHAT IS MISSING IS WHEN TO REACH FOR IT AND WHEN NOT TO.

FIGMA AHEADAltitude Design SystemFIGMA SET · Breadcrumbs Item2 PROPERTY DIFFSFROM TRACKED PROJECTION

The Figma set changed since the last confirmed sync — the code is behind.

DECIDED BY
CONTRACT DIFF
FIGMA SIDE
OBSERVED
LAST CONFIRMED SYNC
2026-08-23
PUBLIC SURFACE
5 ATTR · 1 SLOT · 0 EVENT · 0 PART

The component’s public surface — attributes and their value sets, slots, events, CSS parts and custom properties, from the manifest — compared against the Figma set’s property definitions.

PROPERTYDISAGREEMENTCODE / CANVAS
theme/color/background/neutral-default[token-binding] missing-in-canvas--al-theme-color-background-neutral-default / —
theme/icon/lg[token-binding] missing-in-code— / theme/icon/lg
CHECKEVIDENCEDETAILRESULT
Default stateAXEbreadcrumbs-item--CurrentPASS
Advanced statesAXE3 further storiesPASS
Screen readerMANUALNo screen-reader pass has been recorded for this component.NOT RECORDED
Keyboard navigationINTERACTION TESTSNo interaction tests and no manual keyboard pass.NOT RECORDED

MEASURED 2026-09-08 · 4 STORIES · AXE WCAG2A + WCAG2AA + WCAG21A + WCAG21AA + WCAG22AA

COLOR CONTRAST0 RULES FAILING

The CI gate disables color-contrast globally (libs/al-web-components/story-fixture/src/main.ts), so its result never reaches a test run. It is enabled for this measurement, and reported here whichever way it comes out.

NO CONTRAST VIOLATIONS ACROSS THIS COMPONENT’S 4 STORIES.

import '@southleft/al-web-components/components/breadcrumbs-item';
import { ALBreadcrumbsItem } from '@southleft/al-react';
PROPTYPEDEFAULT
hrefstringLink URL
target'_blank' | '_self' | '_parent' | '_top'Target attribute for a link (i.e. set to _blank to open in new tab)
isCurrentbooleanIndicates if this the is the currently active breadcrumb item - **true** This is the current breadcrumb - **false** This is not the current breadcrumb
isTruncatedbooleanTruncated attribute - Dynamically set by the ALBreadcrumbs - **true** The slotted content does not display in an <a></a> or <button></button> - **false** The slotted content does displays in an <a></a> or <button></button>
hasSeparatorbooleanIndicates whether or not to add a separator icon after the breadcrumb item
SLOTDESCRIPTION
(default)The breadcrumb item's content, typically text

THIS COMPONENT DECLARES NO EVENTS IN THE MANIFEST.

SOURCE — components/breadcrumbs-item/breadcrumbs-item.ts · Atoms/Navigation/Breadcrumbs Item