How can I make my carousel draggable? #1051
Answered
by
saadeghi
EpicAlbin03
asked this question in
Q&A
-
|
I have a carousel set up with the prev/next buttons which works great. Although I would like for it to be draggable as well. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
Aug 25, 2022
Replies: 1 comment
-
|
That's not possible with CSS and daisyUI is a CSS-only library. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EpicAlbin03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not possible with CSS and daisyUI is a CSS-only library.
So you need to manually monitor drag and touch events using JS.