# XWUIDisplayStatus

XWUIDisplayStatus - base for state and feedback (shared content + semantics). XWUIState and XWUIFeedbackForm extend this. See docs/STATE_AND_FEEDBACK_COMPONENTS.md.

## Basic Usage

XWUIDisplayStatus - base for state and feedback (shared content + semantics).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIDisplayStatus - base for state and feedback (shared content + semantics).
```

## Severity Levels

The four semantic severities (info, success, warning, error) on the state content payload.

```example
file: examples/Severities.ts
html: examples/Severities.html
title: Severity Levels
description: The four semantic severities (info, success, warning, error) on the state content payload.
```

## With Secondary Text and Actions

Primary and secondary copy plus a status token and recovery actions on the content payload.

```example
file: examples/WithActions.ts
html: examples/WithActions.html
title: With Secondary Text and Actions
description: Primary and secondary copy plus a status token and recovery actions on the content payload.
```

```api
```
