1.1.2 • Published 6 years ago

mindgaze-doublescroll v1.1.2

Weekly downloads
75
License
GPL-3.0
Repository
github
Last release
6 years ago

Double scroll bars for Angular

Double horizontal scroll bars for Angular applications. With the 1.1.0 version, support has been added for Angular 6.

Usage

  1. Install via npm npm install mindgaze-doublescroll

  2. Make sure you also have jQuery installed. Type npm install jquery if not

  3. In your angular.json make sure that your application scripts include the jquery library

    "scripts": [
       "../node_modules/jquery/dist/jquery.js"
    ],
  4. Import the module in your Angular application app.module.ts

    import { DoubleScrollModule } from 'mindgaze-doublescroll';

  5. Use it in your html templates

    <mdz-double-scroll>
      ......
    </mdz-double-scroll>

Important

In your scrollable content, make sure to use display: table css styling in order for it to properly detect the size and adapt the layout.

Hope this is useful for you folks!

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.1.0-alpha2

6 years ago

1.1.0-alpha

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago