Hacker News new | ask | show | jobs
by dmix 2616 days ago
So this is basically a component framework ala https://element.eleme.io/#/en-US/component with some theming standards?

Edit: The drag and drop component is nice and looks well-built. I had to use vue-draggable [1] for an app recently which was just a hacky Vue layer on top of Sortable.js [2]. It's one thing I wished ElementUI supported natively.

[1] https://github.com/SortableJS/Vue.Draggable

[2] https://github.com/SortableJS/Sortable