Function: DayPicker()
DayPicker(
props):Element
Defined in: packages/buddhist/src/buddhist/index.tsx:38
Render the Buddhist (Thai) calendar.
Months/weeks are Gregorian; displayed year is Buddhist Era (BE = CE + 543). Thai digits are used by default.
Defaults:
locale:thdir:ltrnumerals:thai
Parameters
| Parameter | Type |
|---|---|
props | DayPickerProps & { dateLib?: Partial<DateLib>; dir?: string; locale?: Locale; numerals?: Numerals | undefined; } |
Returns
Element