Description Usage Arguments Author(s) Examples
View source: R/argonProgress.R
Build an argon progress bar
1 | 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
1 2 3 4 | if (interactive()) {
library(argonR)
argonProgress(value = 10, status = "danger", text = "Custom Text")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.