Function: Weekday()

May 8, 2026 ยท View on GitHub

Weekday(props): Element

Defined in: packages/react-day-picker/src/components/Weekday.tsx:9

Render a table header cell with the name of a weekday (e.g., "Mo", "Tu").

Parameters

ParameterType
propsThHTMLAttributes<HTMLTableCellElement>

Returns

Element

See

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

Contents

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