19.0.0 • Published 1 year ago
@azerafati/ngx-scroll-drag v19.0.0
Angular Scroll Drag Directive
Scroll using mouse drag
Getting started
npm i @azerafati/ngx-scroll-drag- Add
ngxScrollDragon a scrolling element, now that element can also be scrolled by a mouse drag. - The ScrollDrag Element can have a shadow if you add
[scrollShadow]="true"indicating the out of view content. This uses background gradients which is perfect in most cases, unless the scrolling content is using complex z-index which might render on top of the shadow. - If you want to show scroll shadows and have z-index issues, wrap your scrolling element with
<ngx-scroll-shadow>tag.
Running unit tests
Run npm test to execute the unit tests via Jest.
Development server
Run npm start for a dev server. Navigate to http://localhost:4200/.
Build
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.