Function: DayButton()
DayButton(
props):Element
Defined in: src/components/DayButton.tsx:12
Render a button for a specific day in the calendar.
Parameters
| Parameter | Type |
|---|---|
props | { day: CalendarDay; modifiers: Modifiers; } & ButtonHTMLAttributes<HTMLButtonElement> |
Returns
Element