1.0.0 • Published 1 year ago

@christophhu/ngx-dragndrop v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NgxDragndrop

This project was generated with Angular CLI version 17.3.0.

Demo

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>

Draggable

1.0.0

1 year ago