Skip to main content
Category: Navigation · Navigates: dashboard pages

Mental model

A Menu is a site nav bar. It links the pages of a multi-page dashboard and highlights where you are.

When to use it

  • Multi-page dashboards that need navigation
  • A persistent nav header/sidebar

Settings

General / Style

  • Menu title · menu layout (orientation)
  • Item height · icon · icon size
  • Highlight active page · active item background / text
  • Collapsible
  • Typography (family / size / weight · italic)

Script API example

The same interactions from a dashboard script:
// Compact rail on mobile
if (context.device.isMobile) widget.resize('mainMenu', 60, 400);

Navigate Page

A single button to one page.

URL Button

Open an external link.