View source: R/components-generated.R
| calcite_meter | R Documentation | 
Create a Meter component
calcite_meter(...)
| ... | named attributes passed to  | 
The following properties are provided by this component:
| Name | Attribute | Description | Values | Reflects to Attribute | 
| appearance | appearance | Specifies the appearance style of the component. | "outline" | "outline-fill" | "solid" | TRUE | 
| disabled | disabled | When true, interaction is prevented and the component is displayed with lower opacity. | boolean | TRUE | 
| fillType | fill-type | Specifies the component's display, where "single"displays a single color and"range"displays a range of colors based on providedlow,high,minormaxvalues. | "range" | "single" | TRUE | 
| form | form | The idof the form that will be associated with the component.  When not set, the component will be associated with its ancestor form element, if any. | string | TRUE | 
| groupSeparator | group-separator | When true, number values are displayed with a group separator corresponding to the language and country format. | boolean | TRUE | 
| high | high | Specifies a high value.  When fillTypeis"range", displays a different color when above the specified threshold. | number | TRUE | 
| label | label | Accessible name for the component. | string | FALSE | 
| low | low | Specifies a low value.  When fillTypeis"range", displays a different color when above the specified threshold. | number | TRUE | 
| max | max | Specifies the highest allowed value of the component. | number | TRUE | 
| min | min | Specifies the lowest allowed value of the component. | number | TRUE | 
| name | name | Specifies the name of the component.  Required to pass the component's valueon form submission. | string | TRUE | 
| numberingSystem | numbering-system | Specifies the Unicode numeral system used by the component for localization. | "arab" | "arabext" | "latn" | FALSE | 
| rangeLabels | range-labels | When true, displays the values ofhigh,low,min, andmax. | boolean | TRUE | 
| rangeLabelType | range-label-type | When rangeLabelsistrue, specifies the format of displayed labels. | "percent" | "units" | TRUE | 
| scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE | 
| unitLabel | unit-label | When rangeLabelTypeis"units"and eithervalueLabelorrangeLabelsaretrue, displays beside thevalueand/orminvalues. | string | FALSE | 
| value | value | Specifies the current value of the component. | number | FALSE | 
| valueLabel | value-label | When true, displays the current value. | boolean | TRUE | 
| valueLabelType | value-label-type | When valueLabelistrue, specifies the format of displayed label. | "percent" | "units" | TRUE | 
an object of class calcite_component which is a subclass of shiny.tag
calcite_meter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.