Learn R Programming

calcite (version 0.1.0)

calcite_progress: Create a Progress component

Description

Create a Progress component

Usage

calcite_progress(...)

Value

an object of class calcite_component which is a subclass of shiny.tag

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
labellabelAccessible name for the component.stringFALSE
reversedreversedWhen true and for "indeterminate" progress bars, reverses the animation direction.booleanTRUE
texttextText that displays under the component's indicator.stringFALSE
typetypeSpecifies the component type. Use "indeterminate" if finding actual progress value is impossible."determinate" | "indeterminate"TRUE
valuevalueWhen type is "determinate", specifies the component's value with a range of 0 to 100.numberFALSE

References

Official Documentation

Examples

Run this code
calcite_progress()

Run the code above in your browser using DataLab