API Reference
DayCellTemplateProps
interfaceFull props for the DayCellTemplate component.
Defined in package/src/types.ts:693
Renders as <td> by default. Use the render prop to override.
| Prop | Type | Default | Description |
|---|---|---|---|
| render | ReactElement | ((props: HTMLProps<td>, state: DayCellTemplateState) => ReactElement) | — | Custom render function or element. Receives HTML props for <td> and component state. |
| date | PlainDate | — | Explicit date to render. When omitted, iterates over the current week's days. |