CalendarHeaderProps
Props for CalendarHeader
Properties
label
label: string;
Display label, e.g. "February 2026"
onNext()
onNext: () => void;
Navigate to the next month
Returns
void
onPrev()
onPrev: () => void;
Navigate to the previous month
Returns
void
onToday()
onToday: () => void;
Jump to the current month
Returns
void