https://github.com/florian-lefebvre/vue-simple-dnd
A simple Drag and Drop library for Vue 3.
https://github.com/florian-lefebvre/vue-simple-dnd
components composables dnd vue
Last synced: about 1 month ago
JSON representation
A simple Drag and Drop library for Vue 3.
- Host: GitHub
- URL: https://github.com/florian-lefebvre/vue-simple-dnd
- Owner: florian-lefebvre
- License: mit
- Archived: true
- Created: 2024-02-07T11:07:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:36:08.000Z (7 months ago)
- Last Synced: 2025-03-06T08:43:46.653Z (about 2 months ago)
- Topics: components, composables, dnd, vue
- Language: TypeScript
- Homepage: https://vue-simple-dnd.netlify.app
- Size: 191 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-simple-dnd
A simple Drag and Drop library for Vue 3.
To see how to get started, check out the [package README](./package/README.md)
## Licensing
[MIT Licensed](./LICENSE). Made with ❤️ by [Florian Lefebvre](https://github.com/florian-lefebvre).
## Acknowledgments
This library was developed while working on [Saturday Quiz Time](https://www.saturdayquiztime.com.au/).
Huge thanks to William for letting me open-source it ❤️.