# XWUIDisplayLabel

Form label component

## Basic Usage

XWUIDisplayLabel Component Form label component.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIDisplayLabel Component Form label component.
```

## Sizes

Different size presets.

```example
file: examples/Sizes.ts
html: examples/Sizes.html
title: Sizes
description: Different size presets.
```

## Bound Form Labels

Labels wired to real inputs via htmlFor, with required asterisks on mandatory fields.

```example
file: examples/FormLabels.ts
html: examples/FormLabels.html
title: Bound Form Labels
description: Click-to-focus sign-up labels associated with their inputs.
```

## Required and Disabled States

Compare a required label, a normal optional label, and a disabled label.

```example
file: examples/RequiredAndDisabled.ts
html: examples/RequiredAndDisabled.html
title: Required and Disabled States
description: Required asterisk, plain, and greyed-out disabled labels side by side.
```

```api
```
