quasar-app-extension-draggable icon indicating copy to clipboard operation
quasar-app-extension-draggable copied to clipboard

A Quasar extension that makes elements draggable and movable with keyboard.

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>