Skip to content

ArthurBeaulieu/ScrollBar.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScrollBar.js

License Doc Test

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 build to generate the minified file ;
  • npm run watch to watch for any change in source code ;
  • npm run server to launch a local development server ;
  • npm run test to perform tests ;
  • npm run test-dev to debug tests ;
  • npm run doc to generate documentation ;
  • npm run beforecommit to 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.0 - GPL-3.0 - ArthurBeaulieu

About

Horizontal and vertical custom scrollbar. KISS, light and library free.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published