powered by
Build an argon progress bar
argonProgress(value, text = NULL, status = "primary")
Progress value between 0 and 100.
Label text.
Progress status color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.
# NOT RUN { if (interactive()) { library(argonR) argonProgress(value = 10, status = "danger", text = "Custom Text") } # }
Run the code above in your browser using DataLab