calcite_progress: Create a Progress component

View source: R/components-generated.R

calcite_progressR Documentation

Create a Progress component

Description

Create a Progress component

Usage

calcite_progress(...)

Arguments

...

named attributes passed to htmltools::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

Value

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

References

Official Documentation

Examples

calcite_progress()

calcite documentation built on April 3, 2025, 7:11 p.m.