mesqueeb / quasar-app-extension-draggable

A Quasar extension that makes elements draggable and movable with keyboard.
MIT License
48 stars 5 forks source link

Quasar extension: Draggable 🚡

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

Installation

quasar ext add draggable

Demo

Usage

WIP

<template>

</template>

<script>
export default {
  data () {
    return {}
  }
}
</script>