# XWUIBookingCalendar

Airbnb-style availability calendar with blocked dates and min/max stay. Never fetches iCal.

## BasicUsage

Default two-week stay grid.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default two-week stay grid.
```

## Range

Book 18-21 if the nights are open.

```example
file: examples/Range.ts
html: examples/Range.html
title: Range
description: Book 18-21 if the nights are open.
```

## Blocked

Refuse a range that includes 20 Sep.

```example
file: examples/Blocked.ts
html: examples/Blocked.html
title: Blocked
description: Refuse a range that includes 20 Sep.
```

## HostBlock

Host blocks a night.

```example
file: examples/HostBlock.ts
html: examples/HostBlock.html
title: HostBlock
description: Host blocks a night.
```

```api
```
