# XWUITextarea

Multi-line text input with auto-resize, variants and validation states.

## Basic Usage

Fixed-row textarea with label.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Fixed-row textarea with label.
```

## Auto Resize

Grows between min and max rows as user types.

```example
file: examples/AutoResize.ts
html: examples/AutoResize.html
title: Auto Resize
description: Grows between min and max rows as user types.
```

## Validation Error

A required field in its error state with an inline message, beside an optional field.

```example
file: examples/ValidationError.ts
html: examples/ValidationError.html
title: Validation Error
description: Required field in error state with inline message and an optional sibling.
```

## Read-only Release Notes

A large filled, full-width textarea showing generated notes as read-only copyable text.

```example
file: examples/ReadonlyReleaseNotes.ts
html: examples/ReadonlyReleaseNotes.html
title: Read-only Release Notes
description: Large filled read-only textarea presenting generated release notes.
```

```api
```
