TimePicker
Description
The TimePicker component provides a native browser control for selecting a time. It stores the selected value as a DateTimeOffset and is useful for schedules, reminders, cut-off times, and other time-only inputs.
Usage
Create a TimePicker() with or without an initial value. You can combine it with min/max validation, browser fallback attributes, and change handlers.
API reference
public class TimePicker : MomentPickerBase<TimePicker, DateTimeOffset>A TimePicker component that allows users to select a time using a native HTML time input.