1.3.3 • Published 3 years ago

native-scroll v1.3.3

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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;
}
1.3.3

3 years ago

1.3.1

3 years ago

1.2.1

3 years ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago