bulma_progress_bar: Bulma Progress Bar

Description Usage Arguments Functions See Also

View source: R/bulma-progress_bar.R

Description

Native HTML progress bars.

Progress Bar

Usage

1
2
3
4
5
6
7
8
bulma_progress_bar(
  ...,
  value = NULL,
  max = NULL,
  size = c("small", "medium", "large"),
  color = c("primary", "link", "info", "success", "warning", "danger"),
  tag = tags$progress
)

Arguments

...

(tag) content

value

(num) current value

max

(num) maximum value

size, color, tag

(str) styling

Functions

See Also

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


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