angular2-slimscroll
v0.3.0
Published
Angular2 Customizable Scrollbar Implementation
Downloads
7
Maintainers
Readme
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
Licence
This project is licensed under the MIT license. See the LICENSE file for more info.