Skip to content

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:

Name Attribute Description Values Reflects to Attribute
label label Accessible name for the component. string FALSE
reversed reversed When true and for "indeterminate" progress bars, reverses the animation direction. boolean TRUE
text text Text that displays under the component's indicator. string FALSE
type type Specifies the component type. Use "indeterminate" if finding actual progress value is impossible. "determinate" | "indeterminate" TRUE
value value When type is "determinate", specifies the component's value with a range of 0 to 100. number FALSE

Examples

calcite_progress()

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.