Menu
A simple menu, for any type of vertical navigation.
The menu is a vertical navigation component which consists of menu-header
, menu-label
and menu-list
.
To use a Menu component in your application, you need to import the BulmaMenuModule
by adding the following lines to your app.module.ts
file.
Basic Menu Details
The most basic menu needs only of <bu-menu>
element with some content. However, Bulma components provides a number of preset sections that you can use inside of <bu-menu>
Components | Description |
---|---|
<bu-menu> |
Menu parent component |
<bu-menu-header> |
Menu Header |
<bu-menu-list> |
Menu Title |
An example menu is shown below.