New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jquery-scrollbar-angular

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-scrollbar-angular

Angular 14+ directive wrapper for [jquery.scrollbar](https://www.npmjs.com/package/jquery.scrollbar) plugin.

  • 0.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-80.77%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 25 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc