angular2-slimscroll

0.3.0 • Public • Published

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.

Package Sidebar

Install

npm i angular2-slimscroll

Weekly Downloads

4

Version

0.3.0

License

MIT

Last publish

Collaborators

  • jkuri