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
preset
type
onChange
type
closeOnSelect
type
disableInput
type
options
type
hideLabels
type
hideInput
type
showFullMonthName
type
compact
type
spacingMode
type
renderAsPill
type
presets
type
Last updated