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
| Slot | Description |
|---|---|
default | <a> link elements (use rel="home" for the home link) |
App Bridge Element
Renders as <ui-nav-menu>. See App Bridge NavMenu docs.