Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

mesqueeb/quasar-app-extension-draggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>