0.3.0 • Published 8 years ago

angular2-slimscroll v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.