interface DateCellProps {
    date: string;
    dateFallback?: string;
    label?: string;
    showTime?: boolean;
    verticalPadding?: "12" | "24";
}

Hierarchy (view full)

Properties

date: string

An ISO date for the starting range of the item

dateFallback?: string

date fallback for the cell

label?: string

Optional text to show above the date

showTime?: boolean

Whether this should show the time info on the date string

verticalPadding?: "12" | "24"

Padding size for the cell

Generated using TypeDoc