Newer Version Available
lightning:breadcrumbs
A hierarchy path of the page you're currently visiting within the website or app.
A lightning:breadcrumbs component is an ordered list that displays the path of a page and helps you navigate back to the parent. Each breadcrumb item is represented by a lightning:breadcrumb component. Breadcrumbs are actionable and separated by a greater-than sign.
This component inherits styling from breadcrumbs in the Lightning Design System.
For more information, see lightning:breadcrumb.
Attributes
| Attribute Name | Attribute Type | Description | Required? |
|---|---|---|---|
| body | Component[] | The body of the component. In markup, this is everything in the body of the tag. | |
| class | String | A CSS class for the outer element, in addition to the component's base classes. | |
| title | String | Displays tooltip text when the mouse moves over the element. |