Breadcrumb

<esp-breadcrumb>

Represents a single breadcrumb to use in esp-breadcrumbs to show breadcrumb navigation.

Attributes

<esp-breadcrumb> has the following attributes:

label

label has a default value of "".

The label to display in the breadcrumb

url

url has a default value of "".

The url the breadcrumb points to

separator

separator has a default value of "".

Used to override the SVG separator displayed after the breadcrumb.

is-last-element

is-last-element has a default value of false.

Used internally to render the item using a label instead of a link.

CSS Properties

<esp-breadcrumb> has the following CSS properties:

--esp-breadcrumb-color

The text color of the breadcrumb link.

--esp-breadcrumb-hover-color

The text color on hover.

Where does this show?