0.1.8 • Published 1 year ago

jquery-scrollbar-angular v0.1.8

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

JqueryScrollbarAngular

What is this?

Angular 14+ directive wrapper for jquery.scrollbar plugin.

Live demo

My personal site page

More live demo samples can be found on jquery-scrollbar author's page: https://gromo.github.io/jquery.scrollbar/demo/basic.html

Installation

npm i jquery-scrollbar-angular

In your angular.json add following scripts:

"scripts": [
  ....
  "./node_modules/jquery/dist/jquery.min.js",
  "./node_modules/jquery.scrollbar/jquery.scrollbar.min.js"
]

Import JqueryScrollbarAngularModule in your app.module.ts:

import { JqueryScrollbarAngularModule } from "jquery-scrollbar-angular";

... and add imported module to imports:

imports: [
    BrowserModule,
    AppRoutingModule,
    ...,
    JqueryScrollbarAngularModule
  ],

Start using imported directive, e.g.:

<div class="content" jquery-scroll-bar>
...
</div>

More documentation

For more information on jquery.scrollbar - see author's page on Github: jquery.scrollbar

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago