# XWUIPickerMonth

XWUIPickerMonth Component - month/year picker (popup grid of 12 months), extends XWUIPicker. Use it in place of XWUIPickerDate whenever the value is a period rather than a specific day: payroll runs, reporting months, billing cycles.

## Basic Usage

A month picker with default configuration.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A month picker with default configuration.
```

## Bounded Range

Restrict selectable months to a `minDate`/`maxDate` window - months outside the range render disabled.

```example
file: examples/BoundedRange.ts
html: examples/BoundedRange.html
title: Bounded Range
description: Restrict selectable months with minDate/maxDate.
```

```api
```
