ngx-scrollbar-ultimate
v20.0.7
Published
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.3.2.
Downloads
25
Readme
ngx-scrollbar-ultimate
This project was generated using Angular CLI version 20.3.2.
Description
This is a very lightweight library for vertical scrolling.
This library does not require third party dependencies
USAGE
Install
npm i ngx-scrollbar-ultimate orOR
yarn add ngx-scrollbar-ultimateImport to your component or module this component:
NgxScrollbarUltimateComponentAdd to your code:
<ngx-scrollbar-ultimate> your content </ngx-scrollbar-ultimate>Add visibility 'hover', if you need.
<ngx-scrollbar-ultimate visibility = 'hover'> your content </ngx-scrollbar-ultimate>
P.S: the container must have a height in the styles
