| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-14 | 877 Bytes | |
| v9.10.0 source code.tar.gz | 2025-09-14 | 1.8 MB | |
| v9.10.0 source code.zip | 2025-09-14 | 2.1 MB | |
| Totals: 3 Items | 3.9 MB | 0 | |
This release adds support for the Ethiopic calendar.
Ethiopic calendar
To use the Ethiopic calendar, import DayPicker from react-day-picker/ethiopic.
:::tsx
import { DayPicker } from "react-day-picker/ethiopic";
export function EthiopicCalendar() {
return <DayPicker />;
}
Read more in the documentation and play with it in playground.
What's Changed
- feat: ethiopic calendar by @temesgen-mulugeta in https://github.com/gpbl/react-day-picker/pull/2658
Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.9.0...v9.10.0