vbMenu

Bulma documentationopen in new windowComponent sourceopen in new window

Slots

default

A template to render the menu items, the menu item is bound to the data variable.

Props

tag

Type: string | undefined

Default: aside;

Type: BulmaMenu;

The items to render in the menu.

labelTag

Type: string | undefined

Default: p

Additional information

To display a sub menuopen in new window use the BulmaMenu type and items property of a BulmaSubMenu in the menu prop.

The menu can display a max of two levels.