@daypicker/ethiopic
v10.0.1
Published
Ethiopic calendar support for react-day-picker
Readme
@daypicker/ethiopic
Ethiopic calendar support for React DayPicker.
This package renders DayPicker with Ethiopic calendar month and year logic. It uses the Amharic locale and Ethiopic numerals by default.
Installation
Install the React DayPicker package with the Ethiopic calendar addon:
npm install @daypicker/react @daypicker/ethiopicUsage
import { DayPicker } from "@daypicker/ethiopic";
import "@daypicker/react/style.css";
export function EthiopicCalendar() {
return <DayPicker mode="single" />;
}Documentation
License
MIT. See LICENSE.
