# XWUIDonationForm

Donation composer with preset amounts, recurring, fee-cover and tribute. Submit emits a receipt; this widget never charges.

## BasicUsage

Default one-time gift.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default one-time gift.
```

## Monthly

Start on a monthly gift.

```example
file: examples/Monthly.ts
html: examples/Monthly.html
title: Monthly
description: Start on a monthly gift.
```

## CoverFee

Toggle fee cover then give.

```example
file: examples/CoverFee.ts
html: examples/CoverFee.html
title: CoverFee
description: Toggle fee cover then give.
```

## Submit

Emit a receipt from the class API.

```example
file: examples/Submit.ts
html: examples/Submit.html
title: Submit
description: Emit a receipt from the class API.
```

```api
```
