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

  • live demo
  • demo github repository

Usage

WIP

<template>

</template>

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

Contents

  1. 0.1My extensions
  2. 0.2Installation
  3. 0.3Demo
  4. 0.4Usage