# XWUILabel

Form `<label>` with required indicator and size variants.

## Basic Usage

Required Email label bound to an input.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Required Email label bound to an input.
```

## Sizes

The three label size presets: sm, md, and lg.

```example
file: examples/Sizes.ts
html: examples/Sizes.html
title: Sizes
description: sm, md, and lg label presets.
```

## Required & disabled

A required label (with a `*` marker) and a disabled label, each bound to its input via `htmlFor`.

```example
file: examples/States.ts
html: examples/States.html
title: Required & disabled
description: Required marker and disabled state, bound to inputs.
```

```api
```
