Function: DayPicker()
DayPicker(
props):Element
Defined in: packages/hijri/src/hijri/index.tsx:38
Render the Hijri (Umm al-Qura) calendar.
Defaults:
locale:ar-SAdir:rtlnumerals:arabstartMonth:1924-08-01endMonth:2077-11-16
Out-of-range date props are clamped to the supported Umm al-Qura conversion range, preventing runtime conversion errors.
Parameters
| Parameter | Type |
|---|---|
props | DayPickerProps & { dateLib?: Partial<DateLib>; dir?: string; locale?: Locale; numerals?: Numerals | undefined; } |
Returns
Element