Calendar
Dates & Time · Guide 31 of 46
Purpose
Standalone date calendar with multi-month support.
Import
<script lang="ts">
import { Calendar } from 'bits-ui';
</script>The registry names Calendar 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: Rating Group
- Index: All component guides
- Next: Range Calendar