Transfer
A dual-panel list for moving items between source and target collections.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Transfer />
When to Use
- Moving items between two lists such as available vs. selected
- Permission assignment where roles or features are toggled between pools
- Category management for organizing items into groups
- Team or resource allocation from a shared pool
0 / 6
0 / 2
0 / 5
0 / 1
Select items and click an arrow to transfer.
Move items between panels; the last change event is shown below.
0 / 5
0 / 1
0 / 4
0 / 1
API Reference
Related Components
- Select — Single or multi-select dropdown for simpler selection needs
- SortableList — Reorderable list with drag-and-drop
- Checkbox — Individual toggle selection for smaller item sets