1.4.0 • Published 5 years ago

aacha-wala-scroll-for-angular v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Floating scrollbar for Angular 2+

Package for floating scrollbar that can be used with Angular 2 and above

Usage

<div id="container" style="width: 300px; overflow:auto;">
  <div id="content" style="width: 2000px; height: 2000px; background-color: #ccc;">
    <p>
      Hello world
    </p>
  </div>
</div>

 ngAfterViewInit(){
   customScrollBar.scroll(document.getElementById("container"));
 }

Technologies

Author

  • PRABHAT GIRI (giri.prabhat33@gmail.com)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.0

5 years ago