0.0.10 • Published 12 months ago

vue-draggify v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Draggify

vue-draggify is a Vue.js plugin that enables drag and drop functionality for HTML elements.

Installation

$ npm install vue-draggify

Usage

Import and register the plugin in your main.js file:

import { createApp } from 'vue'

const app = createApp(App)
app.use(vuetify)

Todo

  • Add custom styles

More

  • Add more examples
  • Add more features
  • Add more tests
  • Add more documentation