SortableJS/Vue.Draggable + tangbc/vue-virtual-scroll-list
npm install vue-draggable-virtual-scroll-list![]()
๐ [SortableJS/Vue.Draggable][] + โก [tangbc/vue-virtual-scroll-list][] =
๐กโจ
Vue component who put [SortableJS/Vue.Draggable][] and
[tangbc/vue-virtual-scroll-list][] together and allow drag-and-drop and
big amount data list with high scroll performance.

`` html
v-model="items"
:size="50"
:keeps="20"
:data-key="'id'"
:data-sources="items"
:data-component="Item"
>
``
Please see [./example/index.html][].
MIT License.
[1]: https://github.com/p-baleine/vue-draggable-virtual-scroll-list/workflows/CI/badge.svg
[SortableJS/Vue.Draggable]: https://github.com/SortableJS/Vue.Draggable
[tangbc/vue-virtual-scroll-list]: https://github.com/tangbc/vue-virtual-scroll-list
[./example/index.html]: ./example/index.html