Skip to content

theanhdev/native-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native Scroll

An alternative scrollbar for all browsers

  • Easy to intergate
  • Customizable with css
  • Can apply for all browser

How to use

just import to your project

import 'native-scroll'

or use tag

<script type="application/javascript" src="path-to/native-scroll.js"></script>

and custom with css

.__vertical {
  width: 12px;
}
.__horizontal {
  height: 12px;
}
.__vertical, .__horizontal {
  background: #444;
}
.__vertical.__active, .__horizontal.__active {
  background: #888;
}

About

An alternative scrollbar for all browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •