argonProgress: Create a progress bar

Description Usage Arguments Author(s) Examples

View source: R/argonProgress.R

Description

Build an argon progress bar

Usage

1
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

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

argonR documentation built on Dec. 1, 2019, 1:15 a.m.