@christophhu/ngx-dragndrop
v1.0.0
Published
Library to drag'n'drop elements with data.
Downloads
2
Maintainers
Readme
NgxDragndrop
This project was generated with Angular CLI version 17.3.0.
Demo
Use
Draggable-Scroll-Container
If the window isn't scrollable, then place this on the scrollable container that draggable elements are inside. e.g.
<div style="overflow: scroll" nxtDraggableScrollContainer>
<div nxtDraggable>Drag me!</div>
</div>