DateRangePicker
Installation
import {DateRangePicker} from 'uxp/components';Examples
<DateRangePicker
startDate={startDate}
endDate={endDate}
closeOnSelect
onChange={(newStart, newEnd) => { setStartDate(newStart); setEndDate(newEnd) }}
/>Properties
Name
Type
Description
title
type
startDate
type
endDate
type
onChange
type
closeOnSelect
type
disableInput
type
options
type
hideLabels
type
hideInput
type
showFullMonthName
type
compact
type
Last updated