Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mindgaze-doublescroll

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindgaze-doublescroll

Enable double scroll bars for any Angular element

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

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"
],
  1. Import the module in your Angular application app.module.ts

import { DoubleScrollModule } from 'mindgaze-doublescroll';

  1. 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!

Keywords

FAQs

Package last updated on 31 Jul 2018

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