# XWUIResult

Result page block (success / error / info / warning) with title, description and CTA.

## Success

Payment confirmation page.

```example
file: examples/Success.ts
html: examples/Success.html
title: Success
description: Payment confirmation page.
```

## Error 404

Page-not-found page.

```example
file: examples/Error404.ts
html: examples/Error404.html
title: Error 404
description: Page-not-found page.
```

## Warning

Storage-almost-full notice.

```example
file: examples/Warning.ts
html: examples/Warning.html
title: Warning
description: Storage-almost-full notice.
```

```api
```
