Function: Month()

May 8, 2026 ยท View on GitHub

Month(props): Element

Defined in: packages/react-day-picker/src/components/Month.tsx:12

Render the grid with the weekday header row and the weeks for a specific month.

Parameters

ParameterType
props{ calendarMonth: CalendarMonth; displayIndex: number; } & HTMLAttributes<HTMLDivElement>

Returns

Element

See

https://daypicker.dev/guides/custom-components

Contents

  1. 1Parameters
  2. 2Returns
  3. 3See