Default field
Use a labelled field with a value, placeholder, and supporting helper text.
<TimePicker
id="time-picker-1"
name="time-pickerField"
label="Start time"
placeholder="Enter time picker"
iconPosition="start"
helperText="Helpful context for this field."
min="08:00"
max="18:00"
/>