Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesqueeb/quasar-app-extension-draggable

A Quasar extension that makes elements draggable and movable with keyboard.
https://github.com/mesqueeb/quasar-app-extension-draggable

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

- [draggable](https://github.com/mesqueeb/quasar-app-extension-draggable) 🚡
- [swipe-to-close](https://github.com/mesqueeb/quasar-app-extension-swipe-to-close) ⛸

### Installation

```
quasar ext add draggable
```

### Demo

- [live demo](https://quasar-app-extension-draggable.netlify.com/)
- [demo github repository](https://github.com/mesqueeb/quasar-app-extension-draggable-demo)

### Usage

WIP

```html

export default {
data () {
return {}
}
}

```