TimeRangePicker
Installation
import {TimeRangePicker} from 'uxp/components';Examples
<TimeRangePicker
startTime={startDate}
endTime={endDate}
onChange={(s, e) => { setStartDate(s); setEndDate(e) }}
/>Properties
Name
Type
Description
title
type
startTime
type
endTime
type
onChange
type
disableInput
type
Last updated