argonProgress {argonR} | R Documentation |
Build an argon progress bar
argonProgress(value, text = NULL, status = "primary")
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. |
David Granjon, dgranjon@ymail.com
if (interactive()) { library(argonR) argonProgress(value = 10, status = "danger", text = "Custom Text") }