# XWUIDynamicFieldRenderer

Render custom field types dynamically. Each field declares `{ id, name, label, type }` and the renderer picks the right input component.

## Basic Usage

Three fields: text + number + checkbox.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Three fields: text + number + checkbox.
```

## With Select And Date

Select / multiselect / date / switch combo.

```example
file: examples/WithSelectAndDate.ts
html: examples/WithSelectAndDate.html
title: With Select And Date
description: Select / multiselect / date / switch combo.
```

## Validation

Inline `validation()` callbacks for email and min-age.

```example
file: examples/Validation.ts
html: examples/Validation.html
title: Validation
description: Inline `validation()` callbacks for email and min-age.
```

```api
```
