# XWUIFloatLabel

Floating label wrapper for inputs: label moves up when focused or has value. PrimeReact FloatLabel equivalent.

## Basic Usage

Floating label wrapper for inputs: label moves up when focused or has value.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Floating label wrapper for inputs: label moves up when focused or has value.
```

## Pre-filled value

When the control already has a value, the label starts in its floated (raised) position.

```example
file: examples/Prefilled.ts
html: examples/Prefilled.html
title: Pre-filled value
description: When the control already has a value, the label starts floated.
```

## Wrapping a textarea

The float label works over any input-like control, including a multi-line textarea.

```example
file: examples/Textarea.ts
html: examples/Textarea.html
title: Wrapping a textarea
description: The float label works over any input-like control, including a textarea.
```

```api
```
