Basic
A range calendar displays one or more date grids and allows users to select a range of dates in a single interaction.
Preview
Code
Event date
Installation
CLI
Manual
npx hq-kit add date-range-picker
Preview
Code
Custom Validation
Use the validate
function to implement custom validation rules. It evaluates the current date range and returns error messages if the value doesn't meet your criteria.
Preview
Code
Controlled
Take control of your date range picker by passing a value
prop to manage the selected date range.
Preview
Code
Thursday, February 6, 2025 to Tuesday, February 18, 2025
2025-02-06 to 2025-02-18
Event date
Disabled
When the date range picker is disabled, it becomes non-interactive and is visually represented in a disabled state.
Preview
Code
Event date