# XWUIInputTransferList

XWUIInputTransferList Component Double-list component to move items between "Source" and "Target" Used for assigning permissions, moving items, etc..

## Basic Usage

Transfer items between two lists with search and select-all.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Transfer items between two lists with search and select-all.
```

## Permissions

Role permission assignment with custom column titles, Grant / Revoke move buttons, and a disabled base grant that can't be revoked.

```example
file: examples/Permissions.ts
html: examples/Permissions.html
title: Permissions
description: Custom titles, Grant/Revoke labels and a disabled base grant.
```

## No search, pre-assigned

A compact transfer list with search and select-all turned off, two items pre-assigned to the target, and a description line under each item.

```example
file: examples/NoSearch.ts
html: examples/NoSearch.html
title: No search, pre-assigned
description: Search/select-all off with items pre-assigned to the target.
```

```api
```
