Replies: 1 comment
-
did you solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am working on a scheduling tool that utilizes SwiperJS for displaying schedules across multiple staff members. Each staff member's schedule is represented by a vertical Swiper instance, containing around 50 slides to represent different time slots. Here's a brief overview of the setup:
The Challenge:
I've encountered challenges integrating SwiperJS's swipe actions with React DnD's drag-and-drop, specifically:
Questions:
Attempts:
Code Snippet:
Any advice, suggestions, or references to relevant documentation/examples would be greatly appreciated. Thank you in advance for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions