Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone drop component #5

Open
plindelauf opened this issue Feb 6, 2018 · 2 comments
Open

Standalone drop component #5

plindelauf opened this issue Feb 6, 2018 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects

Comments

@plindelauf
Copy link

I'm new to the Vue ecosystem and what strikes me is the lack of a good "drop component". All half decent solutions seem to be sortable-only, but I'm really looking for a way to also be able to designate a component as a simple drop target. I'm posting this as a request here because I think this is currently the nicest component for dragging in the ecosystem and it would be great if this could turn into a full fledge drag 'n drop solution, where draggable, droppable and sortable could be mixed as needed.

@Jexordexan Jexordexan added enhancement New feature or request help wanted Extra attention is needed 0.2.x labels Feb 6, 2018
@Jexordexan
Copy link
Owner

I agree that expanding the scope of this library would be great!

When I ported it from the react version, I wasn't sure how to go about implementing the idea of interoperable containers. The react repo has many similar issues about drag and drop between lists, but no progress.

I have some ideas after looking at Sortable.js, where we would have a central hub that transferred information from one container to another.

I would also like to make it modular so the build is optimized for only the features people want. Similar to how Shopify/draggable works.

Any PRs/comments welcome!

@plindelauf
Copy link
Author

Sounds great. I would certainly like to help, but I got to familiarise myself more with Vue first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants