npm react-day-picker 9.10.0
v9.10.0

latest releases: 9.11.1, 9.11.0
one month ago

This release adds support for the Ethiopic calendar.

Ethiopic calendar

To use the Ethiopic calendar, import DayPicker from react-day-picker/ethiopic.

import { DayPicker } from "react-day-picker/ethiopic";

export function EthiopicCalendar() {
  return <DayPicker />;
}
Screen Shot 2025-09-14 at 17 54 36

Read more in the documentation and play with it in playground.

What's Changed

Full Changelog: v9.9.0...v9.10.0

Don't miss a new react-day-picker release

NewReleases is sending notifications on new releases.