Props
DateRange
value
(range: DateRange | undefined, preset: DateRangePreset) => void
onChange
string
className
DateRangePreset
defaultPreset
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DateRangePicker component
import { DateRangePicker } from '@/components/DateRangePicker';
export default function Example() {
return (
<DateRangePicker />
);
}