@daypicker/hebrew
v10.0.1
Published
Hebrew calendar support for react-day-picker
Readme
@daypicker/hebrew
Hebrew calendar support for React DayPicker.
This package renders DayPicker with Hebrew lunisolar calendar month and year logic, including leap years with Adar I and Adar II. It uses the Hebrew locale and right-to-left direction by default.
Installation
Install the React DayPicker package with the Hebrew calendar addon:
npm install @daypicker/react @daypicker/hebrewUsage
import { DayPicker } from "@daypicker/hebrew";
import "@daypicker/react/style.css";
export function HebrewCalendar() {
return <DayPicker mode="single" />;
}Documentation
License
MIT. See LICENSE.
