Navigation / Expanded

Description of component:

ClickUp Ticket


How to use this component

This component is used when creating a simple nav element. All items in this menu are displayed without any hidden content

This component has been coded to be reusabled, meaning there can be more than one on a page.

This component requires a aria-label="" and should be a contextual nav name


Component Example


Code Snippets

HTML

                
<nav aria-label="Navigation">
    <ul>
        <li><a href="/components/navs">Navs</a></li>
        <li><a href="/components/links/">Links</a></li>
        <li><a href="/components/buttons/">Buttons</a></li>
    </ul>
</nav>