MonthPicker
MonthPicker is a component used for users to select a month.
Theming
The MonthPicker is a multi part component.
MonthPicker inherits the style from DatePicker.
If you want to change the style of the component, please check here.
export const MonthPicker: ComponentMultiStyle<"MonthPicker"> =mergeMultiStyle(DatePicker)()
Edit this page on GitHub

