View source: R/components-generated.R
calcite_progress | R Documentation |
Create a Progress component
calcite_progress(...)
... |
named attributes passed to |
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 |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_progress()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.