Create a Loader component
calcite_loader.Rd
Create a Loader 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 |
inline | inline | When true , displays smaller and appears to the left of the text. | boolean | TRUE |
label | label | Accessible name for the component. | string | FALSE |
scale | scale | Specifies the size of the component. | "l" | "m" | "s" | 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. Otherwise, use "determinate" to have the value indicate the progress or "determinate-value" to have the value label displayed along the progress. | "determinate" | "determinate-value" | "indeterminate" | TRUE |
value | value | The component's value. Valid only for "determinate" indicators. Percent complete of 100. | number | FALSE |