Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

angular2-slimscroll

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-slimscroll

Angular2 Customizable Scrollbar Implementation

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

angular2-slimscroll

angular2-slimscroll is a customizable scrollbar directive for Angular2.

Installation:

npm i angular2-slimscroll

Use Example:

import {Component} from 'angular2/core';
import {SlimScroll} from 'angular2-slimscroll';

@Component({
  template: `
    <div class="my-div" slimscroll background="#333" opacity="0.6" position="right" width="7px"></div>
  `,
  directives: [SlimScroll]
})

class App {
   
}

Author

Jan Kuri

Licence

This project is licensed under the MIT license. See the LICENSE file for more info.

Keywords

angular

FAQs

Package last updated on 22 Dec 2015

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