Home > Net >  Trello like horizontal scrolling on mouse drag in angular
Trello like horizontal scrolling on mouse drag in angular

Time:12-02

Does Angular offer a way to implement horizontal scrolling on mouse down/drag? Thus far, I have tried all the related solutions but have not found the closest one to my desired approach!

CodePudding user response:

Have you tested "Dragula"? enter image description here

You can do not only vertical drag&drop, but horizontal as well if you change the direction with the option:

direction:'horizontal'

CodePudding user response:

try SwiperJs
it already support angular component's

  • Related