Breadcrumb APIs

See below to learn more about properties, slots, events, style variables, CSS parts, and methods.

There is no difference between the APIs of the elements, And the only difference is in the names of the events

Properties

Name
block
Type
boolean
Default
undefined
Attribute
block
Reflect
true
Description

TODO.

Name
expanderText
Type
string
Default
'Show path'
Attribute
expander-text
Reflect
false
Description

Specifies the label for the expander button.

Name
offset
Type
number
Default
1
Attribute
offset
Reflect
false
Description

Specifies the position of the expander button. The expander button is displayed when the number of items reached the maximum limit.

Name
max
Type
number
Default
undefined
Attribute
max
Reflect
false
Description

Specifies the Maximum number of items that are allowed to be displayed.

Name
separator
Type
string
Default
undefined
Attribute
separator
Reflect
false
Description

Specifies the separator between items.

Name
overrides
Default
undefined
Attribute
overrides
Reflect
false
Description

Overrides default configuration for specific breakpoints. See Overrides for details.

Name
variant
Default
undefined
Attribute
variant
Reflect
true
Description

See Variant for details.

Slots

Name
default
Description

The default slot.

Name
expander
Description

The expander slot.

Name
separator
Description

The separator slot.

Events

There are no Events.

CSS Variables

There are no CSS Variables.

CSS Parts

Name
expander
Description

The expander element.

Name
item
Description

The breadcrumb elements.

Name
separator
Description

The separator elements.

Methods

There are no Methods.