material_date_picker {shinymaterial} | R Documentation |
Create a shinymaterial date picker
Description
Build a shinymaterial date picker.
Usage
material_date_picker(input_id, label, value = "", color = NULL)
Arguments
input_id |
String. The input identifier used to access the value. |
label |
String. The date picker label. |
value |
String. The starting date (format 'mmm dd, yyyy'). |
color |
String. The date picker color. Leave empty for the default color. Visit https://materializecss.com/color.html for a list of available colors. |
See Also
Examples
material_date_picker(
input_id = "example_date_picker",
label = "Date Picker",
value = "Jun 02, 2006"
)
[Package shinymaterial version 1.2.0 Index]