Function: DayPicker()
DayPicker(
props):Element
Defined in: packages/hebrew/src/hebrew/index.tsx:24
Render the Hebrew (lunisolar) calendar.
Months follow the Hebrew lunisolar cycle with leap years containing Adar I and Adar II. Weeks remain Sunday–Saturday.
Defaults:
locale:hedir:rtlnumerals:latn
Parameters
| Parameter | Type |
|---|---|
props | DayPickerProps & { dateLib?: Partial<DateLib>; dir?: string; locale?: Locale; numerals?: Numerals | undefined; } |
Returns
Element