MonthPicker
Description
A control to select a year and month
MonthPicker lets users select a specific year and month using the browser's native month-input widget. It is ideal when day-level precision is unnecessary, such as selecting billing periods, report months, or subscription renewal dates.
The component surfaces the selected value as a typed (year, month) tuple, removing the need for manual string parsing.