Menu api

Overview
API
Theme
Examples

NbMenuComponent

Inputs

NameTypeDescription
itemsNbMenuItem[]

List of menu items.

tagstring

Tags a menu with some ID, can be later used in the menu service to determine which menu triggered the action, if multiple menus exist on the page.

autoCollapseboolean

Collapse all opened submenus on the toggle event Default value is "false"

NbMenuItem

Properties

NameTypeDescription
badgeNbMenuBadgeConfig

Badge component

childrenNbMenuItem[]

Children items

expandedboolean

Expanded by default

groupboolean

Whether the item is just a group (non-clickable)

hiddenboolean

Hidden Item

homeboolean

Where this is a home item

icon

Icon class name or icon config object

linkstring

Item relative link (for routerLink)

pathMatch

Item is selected when partly or fully equal to the current url

queryParamsParams

Map of query parameters

skipLocationChangeboolean

Whether the item skipLocationChange is true or false

targetstring

HTML Link target

titlestring

Item Title

urlstring

Item URL (absolute)

NbMenuService

Methods

NameDescription
addItems()
parameters: items: NbMenuItem[], tag: string
returns:void

Add items to the end of the menu items list

collapseAll()
parameters: tag: string
returns:void

Collapses all menu items

getSelectedItem()
parameters: tag: string
returns:Observable<NbMenuBag>

Returns currently selected item. Won't subscribe to the future events.

navigateHome()
parameters: tag: string
returns:void

Navigate to the home menu item

Sidebar
Previous page
Tabs
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.