smooth-scrollbar-custom
TypeScript icon, indicating that this package has built-in type declarations

8.3.6 • Public • Published

Smooth Scrollbar

npm monthly downloads core size gzip size Build status

Customizable, Flexible, and High Performance Scrollbars!

Installation

⚠️ DO NOT use custom scrollbars unless you know what you are doing. Read more

Via NPM (recommended):

npm install smooth-scrollbar --save

Via Bower:

bower install smooth-scrollbar --save

Browser Compatibility

Browser Version
IE 10+
Chrome 22+
Firefox 16+
Safari 8+
Android Browser 4+
Chrome for Android 32+
iOS Safari 7+

Demo

https://idiotwu.github.io/smooth-scrollbar/

Usage

Since this package has a pkg.module field, it's highly recommended to import it as an ES6 module with some bundlers like webpack or rollup:

import Scrollbar from 'smooth-scrollbar';
 
Scrollbar.init(document.querySelector('#my-scrollbar'));

If you are not using any bundlers, you can just load the UMD bundle:

<script src="dist/smooth-scrollbar.js"></script>
 
<script>
  var Scrollbar = window.Scrollbar;
 
  Scrollbar.init(document.querySelector('#my-scrollbar'));
</script> 

Documentation

latest 7.x

Who's Using It

  • conference.awwwards.com: Awwwards Conference - An Event for UX / UI Designers and Web Developers.
  • lp.anzi.kr: Listeners Playlist.
  • Feel free to add yours here 🤗.

License

MIT

Package Sidebar

Install

npm i smooth-scrollbar-custom

Weekly Downloads

2

Version

8.3.6

License

MIT

Unpacked Size

813 kB

Total Files

81

Last publish

Collaborators

  • bonjour_paris_agency