zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

Re-order items with drag n drop #47

Open kft-a opened 3 years ago

kft-a commented 3 years ago

This function would let the user re arrange the items. Would work ok in non-group/category mode, but maybe not as easy in category mode.

See a few alternatives/links: https://react-dnd.github.io/react-dnd/examples/sortable/simple https://codepen.io/st0ven/pen/JpXJQV https://www.npmjs.com/package/react-reorderable-list

There might be other modules or ways of doing it.