Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/vnext/docs/components/general/breadcrumb.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Breadcrumb ​

ts
import { XerBreadcrumb, XerBreadcrumbItem, XerBreadcrumbLink } from "@xerius/codey-components";

Showcases ​

Default ​

With Slots ​

With Custom Home Path ​

Props ​

The parent container for breadcrumbs.

NameTypeDefaultRequiredDescription
crumbsCrumb[][]falseThe list of crumbs.
homePathString/falseThe home path for the breadcrumb, link behind the xerHome icon.
dataAutomationIdStringbreadcrumbfalseThe data automation id.

Types ​

ts
interface Crumb {
  path: string;
  text: string;
}

The individual breadcrumb element containing a link and a divider

NameTypeDefaultRequiredDescription
isLastBooleanfalsefalseIndicates that the breadcrumb link is the last page or not.
dataAutomationIdStringbreadcrumb-itemfalseThe data automation id.

The breadcrumb link

NameTypeDefaultRequiredDescription
linkString/falsePath the breadcrumb goes to.
dataAutomationIdStringbreadcrumb-linkfalseThe data automation id.

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/vnext/docs/components/general/breadcrumb.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Last updated: