ScrollBar.js
Horizontal and vertical custom scrollbar. KISS, light and library free.
See it live or Read the documentation
Usage
If you need more information on those components methods and internals, you can read the online documentation.
Development
If you clone this repository, you can npm install to install development dependencies. This will allow you to build dist file, run the component tests or generate the documentation ;
npm run buildto generate the minified file ;npm run watchto watch for any change in source code ;npm run serverto launch a local development server ;npm run testto perform tests ;npm run test-devto debug tests ;npm run docto generate documentation ;npm run beforecommitto perform tests, generate doc and bundle the source files.
To avoid CORS when locally loading the example HTML file, run the web server. Please do not use it on a production environment. Unit tests are performed on both Firefox and Chrome ; ensure you have both installed before running tests, otherwise they might fail.
ScrollBar.js 0.1.1 - GPL-3.0 - ArthurBeaulieu