Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mesqueeb/quasar-app-extension-draggable
- Owner: mesqueeb
- License: mit
- Archived: true
- Created: 2019-04-10T11:39:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T03:18:35.000Z (almost 4 years ago)
- Last Synced: 2024-06-26T11:37:10.547Z (6 months ago)
- Language: Vue
- Size: 36.1 KB
- Stars: 48
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - draggable
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 {}
}
}```