Newer Version Available
lightning:verticalNavigationItem
A text-only link within lightning:verticalNavigationSection or lightning:verticalNavigationOverflow. This component requires API version 41.0 and later.
A lightning:verticalNavigationItem component is a navigation item within lightning:verticalNavigation.
For more information, see lightning:verticalNavigation.
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. | |
| 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. |