Function: WeekNumber()

May 8, 2026 ยท View on GitHub

WeekNumber(props): Element

Defined in: packages/react-day-picker/src/components/WeekNumber.tsx:11

Render a table cell displaying the number of the week.

Parameters

ParameterType
props{ week: CalendarWeek; } & ThHTMLAttributes<HTMLTableCellElement>

Returns

Element

See

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

Contents

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