shinymaterial (version 0.5.1)

material_date_picker: Create a shinymaterial date picker

Description

Build a shinymaterial date picker.

Usage

material_date_picker(input_id, label, color = NULL)

Arguments

input_id

String. The input identifier used to access the value.

label

String. The date picker label.

color

String. The date picker color. Leave empty for the default color. Visit http://materializecss.com/color.html for a list of available colors.

Examples

Run this code
# NOT RUN {
material_date_picker(
  input_id = "example_date_picker",
  label = "Date Picker"
)
# }

Run the code above in your browser using DataCamp Workspace