Build an argon progress bar

argonProgress(value, text = NULL, status = "primary")

Arguments

value

Progress value between 0 and 100.

text

Label text.

status

Progress status color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.

Author

David Granjon, dgranjon@ymail.com

Examples

if (interactive()) {
 library(argonR)
 argonProgress(value = 10, status = "danger", text = "Custom Text")
}