Time Picker
v1.0.0Lets users pick a time using the native time selector.
Interactive Implementation
Click the input to open the time picker and select a time.
Time Picker API Reference
All available props for this component.
| Property | Type | Default | Description |
|---|---|---|---|
| label | string | undefined | Label rendered above the time input control. |
| description | string | undefined | Secondary helper text rendered below the label. |
| value | string | undefined | Controlled time value in HH:MM format. |
| defaultValue | string | "" | Uncontrolled initial time value on first render. |
| onChange | (value: string) => void | undefined | Callback triggered when the time value changes. |
| use12Hours | boolean | false | Enables 12-hour AM/PM format in the native picker. |
| error | string | undefined | Error message rendered below the control with destructive styling. |