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.
if (interactive()) {
library(argonR)
argonProgress(value = 10, status = "danger", text = "Custom Text")
}