TimePicker

The Time Picker component is an interactive UI element that allows users to select a specific time from a predefined format. It typically includes options for hours, minutes, and sometimes seconds, often presented in a dropdown or clock interface. This component is essential for applications requiring precise time input, such as scheduling events, setting alarms, or booking appointments, providing a user-friendly and accurate way to select times.

TimePicker

icon

string & Element | ReactElement<any, string | JSXElementConstructor<any>> & Element

iconPlacement

"right" | "left" | undefined = left

onBlur

(event: FocusEvent<HTMLDivElement, Element>) => void

onChange

(date?: Date) => void

onFocus

(event: FocusEvent<HTMLDivElement, Element>) => void

placeholder

string

size

"xs" | "sm" | "md" | "lg" | undefined = md

transparent

Boolean

value
Required

string | Date