View source: R/components-generated.R
calcite_time_picker | R Documentation |
Create a TimePicker component
calcite_time_picker(...)
... |
named attributes passed to |
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
hourFormat | hour-format | Specifies the component's hour format, where: "user" displays the user's locale format, "12" displays a 12-hour format, and "24" displays a 24-hour format. | "12" | "24" | "user" | TRUE |
messageOverrides | NA | Use this property to override individual strings used by the component. | Check API reference | FALSE |
numberingSystem | numbering-system | Specifies the Unicode numeral system used by the component for localization. | "arab" | "arabext" | "latn" | FALSE |
scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |
step | step | Specifies the granularity the value must adhere to (in seconds). | number | TRUE |
value | value | The component's value in UTC (always 24-hour format). | string | FALSE |
The following events are observed by shiny:
Event | Description |
calciteTimePickerChange | |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_time_picker()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.