API Reference

DayCellTemplateProps

interface

Full props for the DayCellTemplate component.

Defined in package/src/types.ts:693

Renders as <td> by default. Use the render prop to override.

PropTypeDefaultDescription
renderReactElement | ((props: HTMLProps<td>, state: DayCellTemplateState) => ReactElement)Custom render function or element. Receives HTML props for <td> and component state.
datePlainDateExplicit date to render. When omitted, iterates over the current week's days.