# XWUIFeedbackForm

XWUIFeedbackForm - base for Alert, Toast, Notification (lifecycle + visibility). Extends XWUIDisplayStatus. See docs/STATE_AND_FEEDBACK_COMPONENTS.md.

## Basic Usage

XWUIFeedbackForm - base for Alert, Toast, Notification (lifecycle + visibility).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIFeedbackForm - base for Alert, Toast, Notification (lifecycle + visibility).
```

## Severity levels

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

```example
file: examples/Severities.ts
html: examples/Severities.html
title: Severity levels
description: The four semantic severities carried by the state-content payload.
```

## With actions

Primary + secondary copy, a status token, and recovery action buttons on the content payload.

```example
file: examples/WithActions.ts
html: examples/WithActions.html
title: With actions
description: Primary + secondary copy, a status token, and recovery action buttons on the content payload.
```

```api
```
