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

[📖] An example or cookbook of how to do drag and drop interactions #6958

Open
osdiab opened this issue Oct 10, 2024 · 1 comment
Open
Labels
COMMUNITY: good first issue Good for newcomers COMMUNITY: PR is welcomed We think it's a good feature to have but would love for the community to help with the PR for it COMP: docs Improvements or additions to documentation STATUS-1: needs triage New issue which needs to be triaged

Comments

@osdiab
Copy link

osdiab commented Oct 10, 2024

Suggestion

It's a pretty common set of interactions and given that Builder literally is a drag and drop CMS it seems like Qwik ought to be able to handle drag and drop interactions well; while I know that drag events exist, searching for it in the docs site doesn't really turn much up and it still would be helpful to have examples of what a typical drag and drop workflow would look like in Qwik. Thanks!

@osdiab osdiab added COMP: docs Improvements or additions to documentation STATUS-1: needs triage New issue which needs to be triaged labels Oct 10, 2024
@gioboa gioboa added COMMUNITY: good first issue Good for newcomers COMMUNITY: PR is welcomed We think it's a good feature to have but would love for the community to help with the PR for it labels Oct 10, 2024
@gioboa
Copy link
Member

gioboa commented Oct 10, 2024

Yep, I created an application with drap and drop with Qwik.
You need to do use onDragOver$ / onDragLeave$ / onDrop$ 👍
A cookbook example will be fantastic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMMUNITY: good first issue Good for newcomers COMMUNITY: PR is welcomed We think it's a good feature to have but would love for the community to help with the PR for it COMP: docs Improvements or additions to documentation STATUS-1: needs triage New issue which needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants