bulma_menu: Bulma Menu

Description Usage Arguments Functions See Also

View source: R/bulma-menu.R

Description

A simple menu, for any type of vertical navigation.

Menu

Usage

 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)

Arguments

...

(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

Functions

See Also

Other Bulma Components: bulma_breadcrumb(), bulma_card(), bulma_dropdown(), bulma_message(), bulma_modal(), bulma_navbar(), bulma_pagination(), bulma_panel(), bulma_tabs()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.