Skip to main content
Module

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

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

Return props and data used to render the Day component.

Use this hook when creating a component to replace the built-in Day component.

Parameters

day: Date
displayMonth: Date
buttonRef: RefObject<HTMLButtonElement>