v0.29.2
Timepicker is used to select a time in specific hours and minutes.
Edit the code below to see your changes live!
Prop Name | Type | Default | Description |
---|---|---|---|
onTimeChange * | (value: string) => void |
| Callback called with value of selected time. |
label | string | FormControlLabel |
| Adds a label to the field. |
locale | string | en-US | Locale used to format the the date and calendar. See DateTimeFormat |
value | string |
| The time that should be used as the input value. |
Props ending with * are required