SimpleTimePicker
SimpleTimePicker(
__namedParameters):Element
Defined in: packages/react/src/components/ui/datetime/time-picker.tsx:45
Standalone time picker rendered as a popover with scrollable hour, minute,
second, and optional AM/PM columns. Calls onChange whenever any time
component changes. Use inside a modal context (e.g. a dialog) by passing
modal={true} to keep the popover accessible.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”className?
Section titled “className?”string
disabled?
Section titled “disabled?”boolean
Date
Date
modal?
Section titled “modal?”boolean
onChange
Section titled “onChange”(date) => void
use12HourFormat?
Section titled “use12HourFormat?”boolean
Date
Returns
Section titled “Returns”Element