Description:
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list.
Features:
v-model
Compatible – Make any array editable with thev-model
standard- Mixin Components – Integrates with your existing components
- Drag handle, auto-scrolling, locked axis, events, and more!
- Suuuper smooth animations – Chasing the 60FPS dream
- Horizontal lists, vertical lists, or a grid ↔ ↕ ⤡
- Touch support
Preview:
Changelog:
v1.2.0 (02/13/2021)
- feat: tag props on SlickList and SlickItem components
- fix: Dragging broken on Android when distance property is set fix: node helper not clean
- fix: add event listeners in passive mode fix: stopPropogation on click events
- fix: .d.ts types
- docs: Chinese documentation
- chore: lots of dependencies
Download Details:
Author: Jexordexan
Live Demo: http://jexordexan.github.io/vue-slicksort/
Download Link: https://github.com/Jexordexan/vue-slicksort/archive/master.zip
Official Website: https://github.com/Jexordexan/vue-slicksort
Install & Download:
# Yarn
$ yarn add vue-slicksort
# NPM
$ npm install vue-slicksort --save
Thanks!