bulma_dropdown: Bulma Dropdown

Description Usage Arguments Functions See Also

View source: R/bulma-dropdown.R

Description

An interactive dropdown menu for discoverable content.

Dropdown

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
bulma_dropdown(
  ...,
  active = FALSE,
  hoverable = FALSE,
  align = c("left", "right"),
  dropup = FALSE,
  tag = tags$div
)

bulma_dropdown_trigger(..., tag = tags$div)

bulma_dropdown_menu(..., tag = tags$div)

bulma_dropdown_content(..., tag = tags$div)

bulma_dropdown_item(..., link = TRUE, active = FALSE)

bulma_dropdown_divider()

Arguments

...

(tag) content

active

(flg) whether or not this is active

hoverable

(flg) triggered on hover

align

(str) right aligned or left aligned (default: left)

dropup

(flg) menu will open upward

tag

(fun) container tag

link

(flg) whether this is a clickable link or just content

Functions

See Also

Other Bulma Components: bulma_breadcrumb(), bulma_card(), bulma_menu(), 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.