Menus

Menus are horizontal as default and take up 100% width. Use custom or preset modifiers to change the apperance and style of the menu.

Markup

Toggle example guides Toggle HTML markup

<div pam-Menu>
    <ul pam-Menu-List>
        <li pam-Menu-Item><a href="#" pam-Menu-Link>Home sweet home</a></li>
        <li pam-Menu-Item><a href="#" pam-Menu-Link>Stuff</a></li>
        <li pam-Menu-Item><a href="#" pam-Menu-Link>About</a></li>
    </ul>
</div>