calcite_loader: Create a Loader component

View source: R/components-generated.R

calcite_loaderR Documentation

Create a Loader component

Description

Create a Loader component

Usage

calcite_loader(...)

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

Value

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

References

Official Documentation

Examples

calcite_loader()

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