vbMenu
Bulma documentationComponent source
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
;
menu
Type: BulmaMenu
;
The items to render in the menu.
labelTag
Type: string
| undefined
Default: p
Additional information
To display a sub menu use the BulmaMenu type and items
property of a BulmaSubMenu in the menu
prop.
The menu can display a max of two levels.