Time Range Field
Dates & Time · Guide 38 of 46
Open the live Time Range Field demo →
Purpose
Start and end time in one control.
Import
<script lang="ts">
import { TimeRangeField } from 'bits-ui';
</script>The registry names TimeRangeField as this guide’s namespace. Copy the exact root and part composition from the live demo rather than guessing part names.
Usage checklist
- Choose locale, calendar, time zone, and value representation deliberately.
- Validate disabled values, ranges, and segment boundaries.
- Test keyboard entry, calendar interaction, mobile layout, and serialization.
Secondary reference
After using the local example, consult the upstream Bits UI reference for exhaustive API details.
Continue
- Previous: Time Field
- Index: All component guides
- Next: Avatar