TimePicker
Installation
import {TimePicker} from 'uxp/components';Examples
<TimePicker
title="Time"
time={date}
onChange={(date) => setDate(date)}
/>Properties
Name
Type
Description
title
type
time
type
onChange
type
disableInput
type
hideLabels
type
Last updated