Quasar extension: Draggable ๐ก
March 8, 2021 ยท View on GitHub
ARCHIVED: When I need similar functionality again in the future I will recreate a new project that is framework agnostic.
A Quasar extension that makes elements draggable and movable with keyboard.
My extensions
- draggable ๐ก
- swipe-to-close โธ
Installation
quasar ext add draggable
Demo
Usage
WIP
<template>
</template>
<script>
export default {
data () {
return {}
}
}
</script>