# XWUIApproveRejectBar

Sticky accept/decline/cancel bar for human-in-the-loop review of a model proposal.

## Basic Usage

Pending proposal with accept, decline and cancel.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Pending proposal with accept, decline and cancel.
```

## With Feedback

Reviewer can attach a reason before accepting.

```example
file: examples/WithFeedback.ts
html: examples/WithFeedback.html
title: With Feedback
description: Reviewer can attach a reason before accepting.
```

## Resolved

Already-accepted bar with actions disabled.

```example
file: examples/Resolved.ts
html: examples/Resolved.html
title: Resolved
description: Already-accepted bar with actions disabled.
```

## Edit Then Approve

Edit action emits so the host can reopen the proposal.

```example
file: examples/EditThenApprove.ts
html: examples/EditThenApprove.html
title: Edit Then Approve
description: Edit action emits so the host can reopen the proposal.
```

```api
```
