calcite_progress.RdCreate a Progress component
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 |