Skip to contents

Create a Progress component

Usage

calcite_progress(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.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

Examples

calcite_progress()
#> <calcite-progress></calcite-progress>