# XWUIForm

XWUIForm Component Form wrapper with validation.

## Basic Usage

Simple contact form with name and email fields.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Simple contact form with name and email fields.
```

## Horizontal layout

Labels sit beside their inputs with a fixed label column width.

```example
file: examples/Horizontal.ts
html: examples/Horizontal.html
title: Horizontal layout
description: Labels sit beside their inputs with a fixed label column width.
```

## Hints and validation errors

Per-field hint text and error messages are passed alongside each field definition.

```example
file: examples/WithValidation.ts
html: examples/WithValidation.html
title: Hints and validation errors
description: Per-field hint text and error messages on each field definition.
```

```api
```
