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