0.0.6 • Published 4 years ago

@nico13051995/cdk-drag-scroll v0.0.6

Weekly downloads
2
License
-
Repository
github
Last release
4 years ago

Cdk Drag Scroll

Demo

https://cdk-drag-scroll-demo.stackblitz.io/

Installation

Install through npm:

npm install --save cdk-drag-scroll

Then use it in your app like so:

<div
  *ngFor="let item of items"
   cdkDrag
   vsDragScroll
   [vsDragScrollContainer]="scrollContainer"
   [cdkDragData]="item">
   ...
</div>

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

0.0.6

4 years ago