Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/react-day-picker.ts>CaptionLabelProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
interface CaptionLabelProps
import { type CaptionLabelProps } from "https://deno.land/x/netzo@0.5.108/deps/react-day-picker.ts";

The props for the CaptionLabel component.

Properties

optional
id: string

The ID for the heading element. Must be the same as the labelled-by in Table.

displayMonth: Date

The month where the caption is displayed.

optional
displayIndex: number | undefined

The index of the month where the caption is displayed. Older custom components may miss this prop.