A navigation component that helps visualize a page's location within a site's hierarchical structure. It also allows moving between its levels.
name
string
Component name
items
breadcrumbItemApi[]
Array of breadcrumb items
setItems
data: object[]
void
Set breadcrumb items
setActive
number: boolean
Set active status for an item at given index
On Init
Triggered when the component is initialized
On Click
Triggered when a breadcrumb link is clicked
Last updated 6 months ago
Was this helpful?