# XWUIRecurrencePicker

Recurring schedule editor (daily / weekly / monthly / yearly / custom).

## Basic Usage

Simple daily recurrence.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Simple daily recurrence.
```

## Weekly MWF

Mon/Wed/Fri pattern with end date.

```example
file: examples/WeeklyMWF.ts
html: examples/WeeklyMWF.html
title: Weekly MWF
description: Mon/Wed/Fri pattern with end date.
```

## Monthly Rent Reminder

Repeats on the 1st of each month for a fixed 12 occurrences.

```example
file: examples/MonthlyRentReminder.ts
html: examples/MonthlyRentReminder.html
title: Monthly Rent Reminder
description: Day-of-month pattern ending after a set number of occurrences.
```

## Quarterly Review

Every three months on the 15th, with the preview banner hidden.

```example
file: examples/QuarterlyReview.ts
html: examples/QuarterlyReview.html
title: Quarterly Review
description: A monthly interval of 3 with showPreview disabled.
```

```api
```
