kieuminhcanh / vue-draggify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vue 87.3%Language:TypeScript 10.1%Language:CSS 1.9%Language:HTML 0.7%