BreadcrumbBar
Declarative breadcrumb — Items: IList<BreadcrumbItem>
SSR mode
Examples
Three-level trail
With leading icon on root
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| BreadcrumbBar | Declarative breadcrumb taking a sequential IList<BreadcrumbItem>. The last item renders as the current page (bold foreground, no link); earlier items are anchored links separated by ›. Each item can optionally carry a leading icon. As a single inline element it doesn't expose wrapper-styling parameters. |
| BreadcrumbItem | Record describing one node in a breadcrumb trail. |
BreadcrumbBar
Declarative breadcrumb taking a sequential IList<BreadcrumbItem>. The last item renders as the current page (bold foreground, no link); earlier items are anchored links separated by ›. Each item can optionally carry a leading icon. As a single inline element it doesn't expose wrapper-styling parameters.
| Property | Type | Required | Description |
|---|---|---|---|
| Items | IList<BreadcrumbItem>? | Sequential breadcrumb trail. The last item is rendered as the current page (no link). |
BreadcrumbItem
Record describing one node in a breadcrumb trail.
| Property | Type | Required | Description |
|---|---|---|---|
| Label | string | Visible breadcrumb label. | |
| Href | string | Anchor href (ignored on the last item, which renders as plain text). | |
| IconSvg | string? | Optional leading icon (SVG path string from IconSvg). |