TimePicker
Installation
import { TimePicker } from 'uxp/components';Signature
const TimePicker: React.FunctionComponent<ITimePickerProps>Examples
<TimePicker
title="Time"
time={date}
onChange={(date) => setDate(date)}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated