# XWUIFeedbackNonIdealState

Empty/error state with icon, title, description, action (Blueprint NonIdealState equivalent).

## Basic Usage

Empty/error state with icon, title, description, action (Blueprint NonIdealState equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty/error state with icon, title, description, action (Blueprint NonIdealState equivalent).
```

## Error state with retry

A failure state with a warning icon, an explanation, and a primary recovery action.

```example
file: examples/ErrorState.ts
html: examples/ErrorState.html
title: Error state with retry
description: A failure state with a warning icon, an explanation, and a primary recovery action.
```

## Horizontal layout

The same non-ideal state laid out horizontally (icon beside the text) instead of stacked.

```example
file: examples/HorizontalLayout.ts
html: examples/HorizontalLayout.html
title: Horizontal layout
description: The same non-ideal state laid out horizontally (icon beside the text) instead of stacked.
```

```api
```
