Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 457 Bytes

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