Skip to main content

Breadcrumb

Development

Examples

PreviewAngularReactVueJavaScript

Truncate

PreviewAngularReactVueJavaScript

Lazy loaded next items

PreviewAngularReactVueJavaScript

API (ix-breadcrumb)

Properties

Name
Description and specifications
ariaLabelPreviousButton
Since 2.0.0
Accessibility label for the dropdown button (ellipsis icon) used to access the dropdown list with conditionally hidden previous items
Attribute:
aria-label-previous-button
Type:
string
Default:
'previous'
ghost
Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
Attribute:
ghost
Type:
boolean
Default:
true
nextItems
Items will be accessible through a dropdown
Type:
string[]
Default:
[]
visibleItemCount
Excess items will get hidden inside of dropdown
Attribute:
visible-item-count
Type:
number
Default:
9

Events

Name
Description and specifications
itemClick
Crumb item clicked event
Detail:
string
nextClick
Next item clicked event
Detail:
{ event: UIEvent; item: string; }

API (ix-breadcrumb-item)

Properties

Name
Description and specifications
icon
Icon to be displayed next ot the label
Attribute:
icon
Type:
string | undefined
label
Breadcrumb label
Attribute:
label
Type:
string | undefined
Events

No events available for this component.