bulma_button: Bulma Button

Description Usage Arguments Functions See Also

View source: R/bulma-button.R

Description

The button is an essential element of any design. It's meant to look and behave as an interactive element of your page.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
bulma_button(
  ...,
  color = c("primary", "link", "info", "success", "warning", "danger", "white",
    "black", "light", "dark", "ghost", "text"),
  shade = c("light", "dark"),
  size = c("small", "medium", "large", "normal"),
  state = c("hovered", "focused", "active", "loading", "static"),
  full_width = FALSE,
  outlined = FALSE,
  inverted = FALSE,
  rounded = FALSE,
  disabled = FALSE,
  tag = tags$div
)

bulma_buttons(
  ...,
  size = c("small", "medium", "large"),
  attach = FALSE,
  tag = tags$div
)

bulma_button_group(..., attach = FALSE, tag = tags$div)

bulma_button_delete(..., tag = tags$button)

Arguments

...

(tags) content

Button

color, shade, size, state, full_width, outlined, inverted, rounded

styling parameters

disabled

(flag) whether button is clickable

tag

(fn) default HTML tag

attach

(flag) attach the buttons together

Functions

See Also

Other Bulma Elements: bulma_block(), bulma_box(), bulma_content(), bulma_icon(), bulma_image(), bulma_notification(), bulma_progress_bar(), bulma_table(), bulma_tag(), bulma_title()


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