vue-component / request

Ask for making any Vue components you want
3 stars 0 forks source link

Drag and drop (sort order and grid) #2

Open jackbarham opened 8 years ago

jackbarham commented 8 years ago

My biggest request is for a drag and drop component that works with Vue. Ideally it would be able to drag and drop anywhere on a responsive grid as well as the usual 'top to bottom' order. The ability to automatically update the order number and a built in callback (to add in a request to save once dropped).

djyde commented 8 years ago

Great idea! Let me think about it. Thanks!

egoist commented 8 years ago

The Drag and Drop for React may help: https://github.com/gaearon/react-dnd

And an interesting demo: http://gaearon.github.io/react-dnd/examples-chessboard-tutorial-app.html

jackbarham commented 8 years ago

That looks good. Also, just found this one: https://github.com/bevacqua/dragula - It has a React and AngularJS bridge. Maybe just need a Vuejs bridge?