Input Components
<DateRangePicker />
<DateRangePicker>
is a component for entering a date range into the state declared by the defineState()
function.
Properties
State object to bind the input values of the component. Specify the state declared by the defineState()
function. Specify the start date and end date in an array of length 2.