argonProgress {argonR} | R Documentation |
Create a progress bar
Description
Build an argon progress bar
Usage
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(s)
David Granjon, dgranjon@ymail.com
Examples
if (interactive()) {
library(argonR)
argonProgress(value = 10, status = "danger", text = "Custom Text")
}
[Package argonR version 0.2.0 Index]