esl icon indicating copy to clipboard operation
esl copied to clipboard

[🚀esl-drag-to-scroll]: implement component to make user able to scroll trough drag events

Open ala-n opened this issue 1 year ago • 0 comments

  • Custom attribute (mixin) esl-drag-to-scroll

  • API :

    • axis (MVP) - axises to handle manipulation (default: 'both')
    • cls - class to add in dragging state
  • Future API options

    • ignore
    • probably alternative touch behaviour
  • Example:

 <div class="esl-scrollable-content" esl-drag-to-scroll="{axis: 'both'}">
     ...
 </div>

ala-n avatar Aug 29 '24 11:08 ala-n