argonProgress: Create a progress bar

View source: R/argonProgress.R

argonProgressR 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")
}



RinteRface/argonR documentation built on Feb. 1, 2024, 4:40 p.m.