App Bridge Ui

UiNavMenu

Admin sidebar navigation menu. Wraps the App Bridge <ui-nav-menu> web component.

Usage

<template>
  <ShUiNavMenu>
    <a href="/" rel="home">Home</a>
    <a href="/products">Products</a>
    <a href="/settings">Settings</a>
  </ShUiNavMenu>
</template>
For most apps, use the navLinks config option with <ShApp> instead of <ShUiNavMenu> directly. Use <ShUiNavMenu> only when you need dynamic or conditional navigation.

Props

This component has no explicit props. All attributes are forwarded to the underlying element.

Slots

SlotDescription
default<a> link elements (use rel="home" for the home link)

App Bridge Element

Renders as <ui-nav-menu>. See App Bridge NavMenu docs.

© 2026 KiriminAja. Polaris and Shopify are trademarks of Shopify Inc.

KiriminAja not affiliated with Shopify.