Function: MonthsDropdown()
MonthsDropdown(
props):Element
Defined in: src/components/MonthsDropdown.tsx:13
Render a dropdown to navigate between months in the calendar.
Parameters
| Parameter | Type |
|---|---|
props | { classNames: ClassNames; components: CustomComponents; options?: DropdownOption[]; } & Omit<SelectHTMLAttributes<HTMLSelectElement>, "children"> |
Returns
Element