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>useDayRender

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function useDayRender
import { useDayRender } from "https://deno.land/x/netzo@0.5.66/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>