Navigation link
On this page
Overview
Navigation Link is a link element that is used as a child of the primary, secondary, subnav, and vertical navigation elements. Intrinsically, the Navigation Link is a list item and should not be used outside of navigation elements that define the parent list element.
          
          
      
     
          
          Edit element properties 
        
        import '@rhds/elements/rh-navigation-link/rh-navigation-link.js';<rh-navigation-link href="#link">Link</rh-navigation-link>
<rh-navigation-link><a href="#link">Slotted a href Link</a></rh-navigation-link>
<rh-navigation-link icon="auto-light-dark-mode" icon-set="ui" href="#ai">Containers</rh-navigation-link>Shorthand for the icon slot, the value is icon name
Icon set for the icon property - 'ui' by default
The URL to navigate to when the link is clicked
Indicates that this link refers to the current page for accessibility; used with the href attribute.
Sets the aria-current attribute to 'page' on the anchor element internally in the shadow DOM.
Status
- Figma library:
- 
                  Ready 
- RH Elements:
- 
                  Ready 
- RH Shared Libs:
- 
                  Planned 
When to use
- When you need to add a link as part of a navigation element, such as the primary, secondary, subnav, or vertical navigation elements.
Status checklist
| Property | Status | Meaning | 
|---|---|---|
| Figma library |  | Component is available in the Figma library | 
| RH Elements |  | Component is available in RH Elements | 
| RH Shared Libs |  | Component will be added to RH Shared Libs | 
Other libraries
To learn more about our other libraries, visit this page.
Feedback
To give feedback about anything on this page, contact us.