A lightning:verticalNavigationItem component is a navigation item within lightning:verticalNavigation.
For more information, see lightning:verticalNavigation.
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. | |
label | String | The text displayed for the navigation item. | Yes |
name | String | A unique identifier for the navigation item. | Yes |
href | String | The URL of the page that the navigation item goes to. |