sandeep-floating-scrollbar
v1.1.6
Published
floating scroll bar
Downloads
17
Maintainers
Readme
Floating-scroll-bar
Javascript Logger Nodejs package that works with both ES5 and ES6
Prerequisites
To install and run Logger on your local system , you will need the following softwares pre-installed on your system
- Node js
Getting Started
To use the library into your Modern javascript project , follow these steps.
STEP 1: Install the package by entering the following command inside root of your project
npm install sandeep-floating-scrollbar --save
Usage
If you are using ES6 for you project, you should use the package in following way
import {scroll} from 'sandeep-floating-scrollbar';
scroll.scroll(document.getElementById("container"));
Technologies
Author
- SANDEEP KUMAR ([email protected])
License
This project is licensed under the MIT License - see the LICENSE.md file for details