Skip to content

patricknazar/cdk-drag-scroll

 
 

Repository files navigation

Cdk Drag Scroll

This is a fork of volser/cdk-drag-scroll

Demo

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

Installation

Install through npm:

npm install --save @patricknazar/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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.8%
  • CSS 9.1%
  • JavaScript 9.0%
  • HTML 5.1%