inst/examples/extra_elements/vertical_progress.R

vertical_progress <- 'box(
  title = "progress",
  width = 12,
  shinydashboardPlus::progressBar(
    value = 10,
    striped = TRUE,
    animated = TRUE
  ),
  shinydashboardPlus::progressBar(
    value = 50,
    animated = TRUE,
    status = "warning",
    size = "xs"
  ),
  shinydashboardPlus::progressBar(
    value = 20,
    status = "danger",
    size = "sm",
    vertical = TRUE
  )
)'

Try the shinydashboardPlus package in your browser

Any scripts or data that you put into this service are public.

shinydashboardPlus documentation built on Sept. 16, 2021, 1:06 a.m.