Breadcrumbs
A navigation component that helps visualize a page's location within a site's hierarchical structure. It also allows moving between its levels.
Methods
Method
Description
setItems(data: object[])
Sets breadcrumb items
setActive(number: boolean)
Sets active status
Triggers
Triggers allow you to launch certain actions based on different events.
On Init
Calls for an action on component's initialization
On Click
Calls for an action on component's click
Last updated
Was this helpful?