Pick List
Dual-list picker for moving items between an available pool and a selected set. Supports strongly-typed items, custom row templates, and search.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <PickList />
When to Use
- Role, permission, or feature assignment UIs
- Team member selection from a larger pool
- Any scenario with a clear "available vs. selected" split
- When you want a single two-way bound
SelectedItemssource of truth
All Departments
0 / 6
Assigned
0 / 2
Assigned: Engineering, Design
Users
0 / 6
Team Members
0 / 0
No items
Team:
All Departments
0 / 7
Assigned
0 / 1
API Reference
PickList<TItem>
Related Components
- Transfer — Lighter label/value pair dual-list picker
- Combobox — Searchable single or multi-select dropdown
- SortableList — Reorderable list with drag-and-drop