jquery-scrollbar-angular
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.88latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.88
0.1.71
0.1.62
0.1.51
0.1.41
0.1.31
0.1.22
0.1.11
0.1.01
0.0.52
0.0.42
0.0.32
0.0.21
0.0.12

Package Sidebar

Install

npm i jquery-scrollbar-angular

Weekly Downloads

27

Version

0.1.8

License

MIT

Unpacked Size

27.6 kB

Total Files

17

Last publish

Collaborators

  • pikus_spb