@rhds/elements
Version:
Red Hat Design System Elements
17 lines (15 loc) • 535 B
Markdown
# Subnav
The subnav component is used when an alternate navigation structure is needed to provide additional navigatation on a site that does not need the product branding or structural depth that `rh-secondary-nav` provides
## Usage
Use subnav to provide a tabs-like navigation experience
```html
<rh-subnav>
<a href="#">Users</a>
<a href="#">Containers</a>
<a href="#">Databases</a>
<a href="#" active>Servers</a>
<a href="#">System</a>
<a href="#">Network</a>
<a href="#">Cloud</a>
</rh-subnav>
```