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

Latest commit

 

History

History
45 lines (30 loc) · 931 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 931 Bytes

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>