Using Morph Data
<VariableDatePicker />
<VariableDatePicker>
is a component for entering a date into a variable declared with the variable()
function.
Properties
type
'single' | 'range'
requiredSpecify the type of date input
variables
[Variable, Variable]
Variables to bind the date input value. Use when type = ‘range’.
variable
Variable
Variable to bind the date input value. Use when type = ‘single’.