Description Usage Arguments Functions See Also
A simple menu, for any type of vertical navigation.
bulma_menu() - main menu container
bulma_menu_label() - labels on the menu
bulma_menu_list() - lists (can be nested up to 2 levels)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | bulma_menu(..., tag = tags$aside)
bulma_menu_list(..., tag = tags$ul)
bulma_menu_list_item(
...,
menu = NULL,
active = FALSE,
outer_tag = tags$li,
inner_tag = tags$a
)
bulma_menu_label(..., tag = tags$p)
bulma_menu_list_item_menu(..., tag = tags$ul)
|
... |
(tags) content |
tag |
default HTML tag |
menu |
(tag) content for the menu |
active |
(flg) whether or not this list item is selected |
outer_tag, inner_tag |
(fun) functions for the list item |
bulma_menu: main container, should contain only bulma_menu_list() and
bulma_menu_label().
bulma_menu_list: menu list, should contain only
bulma_menu_list_item()
bulma_menu_list_item: menu list item
bulma_menu_label: menu label
bulma_menu_list_item_menu: menu item that is also a menu
Other Bulma Components:
bulma_breadcrumb(),
bulma_card(),
bulma_dropdown(),
bulma_message(),
bulma_modal(),
bulma_navbar(),
bulma_pagination(),
bulma_panel(),
bulma_tabs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.