Breadcrumb
The Breadcrumb component provides a reusable pattern for breadcrumb in the interface.
Breadcrumb
API
| Parameter | Default | Type | Description |
|---|---|---|---|
|
list
|
[] | array | - |
|
label
|
Breadcrumb | string | - |
|
componentElement
|
nav | string | - |
|
listType
|
ol | string | - |
|
listItemType
|
li | string | - |
|
prefixLabel
|
string | - | |
|
truncate
|
null | integer|boolean|null | - |
CSS API
| Variable | Default | Type | Values | Description |
|---|---|---|---|---|
|
--c-breadcrumb--space
|
var(--space) | range | - | Base spacing unit. Used for padding and margin inside components. |
|
--c-breadcrumb--color--background-contrast-muted
|
var(--color--background-contrast-muted) | color | - | Derived muted contrast for text and icons on background surfaces. |