Navigation (Global)

Global Navigation Controller represents a list of links that either take the user to another page or section of an application. This controller can have a multiple nested layers of navigation presented to the user in dropdown fashion.

A full example can be found here.

Attributes

attribute: type: required? default: description:
client-logo string no  

URL of client logo image

client-link string no  

URL which the client logo needs to link to.

logo-link string no  

URL which the Dealogic logo needs to link to.

page-title string no  

Page title, shown in tablet / mobile view

fixed string no  

The value can be 'top'. In this case the navigation stick to the browser's top and not scrolling down with the content

Slots

name: description:
nav

Main navigation slot. Can be filled with a simple nested unordered list.

settings

Used to populate settings dropdown menu.

Examples