# XWUIMentions

Textarea with `@`-style mention suggestion popup.

## Basic Usage

Single `@` prefix for teammates.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Single `@` prefix for teammates.
```

## Multiple Prefixes

`@` people + `#` channels.

```example
file: examples/MultiplePrefixes.ts
html: examples/MultiplePrefixes.html
title: Multiple Prefixes
description: `@` people + `#` channels.
```

## Issue Assignee

Pre-filled comment with the popup placed above the cursor and a custom not-found message.

```example
file: examples/IssueAssignee.ts
html: examples/IssueAssignee.html
title: Issue Assignee
description: Top placement with a custom empty-state message.
```

## Commit Co-Author Trailer

A `+` trigger and comma split for chaining co-author mentions on one line.

```example
file: examples/CommitTrailer.ts
html: examples/CommitTrailer.html
title: Commit Co-Author Trailer
description: Custom `+` prefix with comma split character.
```

```api
```
