Transfer
Transfer component is used to move items between two lists.
Component Features
- 🔄 Data Transfer: Move items seamlessly between source and target lists.
- 🔍 Searchable: Built-in filtering to easily find items in large lists.
- 🖱️ Drag & Drop: Support drag and drop sorting for the selected items.
- 📝 Form Integration: Works perfectly with
BrFormfor data validation. - 🎨 Customizable: Extensive slots for custom rendering and theming support.
Basic Usage
The most basic usage of BrTransfer. It requires data for the data source and v-model for the keys of the selected items.
Search and Drag Drop
Enable searching by setting filterable. Enable drag and drop sorting in the target list by setting draggable.
Form Integration
BrTransfer can be seamlessly integrated with BrForm for form validation.
Theme Customization
Use BrConfigProvider to customize the theme colors and border radius.