PHPackages                             gaomingcode/malihu.scrollbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gaomingcode/malihu.scrollbar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gaomingcode/malihu.scrollbar
============================

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support user defined callbacks etc.

3.1.5(4y ago)010MITJavaScript

Since Jun 5Pushed 4y agoCompare

[ Source](https://github.com/gaomingcode/malihu-scrollbar)[ Packagist](https://packagist.org/packages/gaomingcode/malihu.scrollbar)[ Docs](http://manos.malihu.gr/jquery-custom-content-scroller)[ RSS](/packages/gaomingcode-malihuscrollbar/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Malihu custom scrollbar plugin
==============================

[](#malihu-custom-scrollbar-plugin)

[![GitHub Version](https://camo.githubusercontent.com/efba7db13383ca942c7b0fb7b55155218cb2798694b66ceae7a9b3ca5863812c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f67616f6d696e67636f64652f6d616c6968752d7363726f6c6c6261722e737667)](https://github.com/gaomingcode/malihu-scrollbar)[![Packagist Downloads](https://camo.githubusercontent.com/460833e0f2a33d8a89ab00c775121c64b9921e58c10d20803537279e2c871074/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f67616f6d696e67636f64652f6d616c6968752e7363726f6c6c626172)](https://github.com/gaomingcode/malihu-scrollbar)[![Github License](https://camo.githubusercontent.com/2fe537d655a93dd0f52061ff09b2fb7b9f67ce8a7c9710fed1ad5f569f0b32b2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f67616f6d696e67636f64652f6d616c6968752d7363726f6c6c626172)](https://github.com/gaomingcode/malihu-scrollbar)

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require gaomingcode/malihu.scrollbar

```

ReadMe from Origin
------------------

[](#readme-from-origin)

Highly customizable custom scrollbar jQuery plugin ([Demo](http://manos.malihu.gr/repository/custom-scrollbar/demo/examples/complete_examples.html)). Features include:

- Vertical and/or horizontal scrollbar(s)
- Adjustable scrolling momentum
- Mouse-wheel, keyboard and touch support
- Ready-to-use themes and customization via CSS
- RTL direction support
- Option parameters for full control of scrollbar functionality
- Methods for triggering actions like scroll-to, update, destroy etc.
- User-defined callbacks
- Selectable/searchable content

**[Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller/)** ([Changelog](http://manos.malihu.gr/jquery-custom-content-scroller/2/))

#### Installation

[](#installation-1)

npm: `npm install malihu-custom-scrollbar-plugin`

Bower: `bower install malihu-custom-scrollbar-plugin`

[Manual](http://manos.malihu.gr/jquery-custom-content-scroller/#get-started-section)

#### Usage

[](#usage)

Manual: `$(selector).mCustomScrollbar();`

[Browserify](http://browserify.org/):

```
var $ = require('jquery');
require('malihu-custom-scrollbar-plugin')($);

```

[webpack](https://webpack.github.io/):

```
npm install imports-loader
npm install jquery-mousewheel
npm install malihu-custom-scrollbar-plugin

module.exports = {
	module: {
		loaders: [
			{ test: /jquery-mousewheel/, loader: "imports?define=>false&this=>window" },
			{ test: /malihu-custom-scrollbar-plugin/, loader: "imports?define=>false&this=>window" }
		]
	}
};

var $ = require('jquery');
require("jquery-mousewheel")($);
require('malihu-custom-scrollbar-plugin')($);

```

Requirements
------------

[](#requirements)

jQuery version **1.6.0** or higher

Browser compatibility
---------------------

[](#browser-compatibility)

- Internet Explorer 8+
- Firefox
- Chrome
- Opera
- Safari
- iOS
- Android
- Windows Phone

License
-------

[](#license)

MIT License (MIT)

Donate
------

[](#donate)

[https://www.paypal.com/cgi-bin/webscr?cmd=\_s-xclick&amp;hosted\_button\_id=UYJ5G65M6ZA28](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UYJ5G65M6ZA28)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1808d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b333bd44a2f7f526cc29a59b2945b27c7d2f31df68b92c2eb46efbddc032483?d=identicon)[gaomingcode](/maintainers/gaomingcode)

---

Top Contributors

[![malihu](https://avatars.githubusercontent.com/u/1813359?v=4)](https://github.com/malihu "malihu (124 commits)")[![gaomingcode](https://avatars.githubusercontent.com/u/53959161?v=4)](https://github.com/gaomingcode "gaomingcode (3 commits)")[![u-quark](https://avatars.githubusercontent.com/u/976911?v=4)](https://github.com/u-quark "u-quark (3 commits)")[![ReinoutW](https://avatars.githubusercontent.com/u/2589757?v=4)](https://github.com/ReinoutW "ReinoutW (3 commits)")[![xqwzts](https://avatars.githubusercontent.com/u/798935?v=4)](https://github.com/xqwzts "xqwzts (3 commits)")[![videoMonkey](https://avatars.githubusercontent.com/u/126849?v=4)](https://github.com/videoMonkey "videoMonkey (2 commits)")[![lawrencepit](https://avatars.githubusercontent.com/u/115?v=4)](https://github.com/lawrencepit "lawrencepit (2 commits)")[![thehappycoder](https://avatars.githubusercontent.com/u/60022?v=4)](https://github.com/thehappycoder "thehappycoder (2 commits)")[![sourcebits-sugan](https://avatars.githubusercontent.com/u/7203640?v=4)](https://github.com/sourcebits-sugan "sourcebits-sugan (2 commits)")[![yfxie](https://avatars.githubusercontent.com/u/2563230?v=4)](https://github.com/yfxie "yfxie (1 commits)")[![hetz](https://avatars.githubusercontent.com/u/820141?v=4)](https://github.com/hetz "hetz (1 commits)")[![kkirsche](https://avatars.githubusercontent.com/u/947110?v=4)](https://github.com/kkirsche "kkirsche (1 commits)")[![muktupavels](https://avatars.githubusercontent.com/u/1290369?v=4)](https://github.com/muktupavels "muktupavels (1 commits)")[![norkunas](https://avatars.githubusercontent.com/u/2722872?v=4)](https://github.com/norkunas "norkunas (1 commits)")[![oceanexplorer](https://avatars.githubusercontent.com/u/1367096?v=4)](https://github.com/oceanexplorer "oceanexplorer (1 commits)")[![terrafrost](https://avatars.githubusercontent.com/u/214474?v=4)](https://github.com/terrafrost "terrafrost (1 commits)")[![xoeoro](https://avatars.githubusercontent.com/u/6437303?v=4)](https://github.com/xoeoro "xoeoro (1 commits)")[![aenain](https://avatars.githubusercontent.com/u/349641?v=4)](https://github.com/aenain "aenain (1 commits)")

---

Tags

jquery-pluginscrollbarcustom-scrollbar

### Embed Badge

![Health badge](/badges/gaomingcode-malihuscrollbar/health.svg)

```
[![Health](https://phpackages.com/badges/gaomingcode-malihuscrollbar/health.svg)](https://phpackages.com/packages/gaomingcode-malihuscrollbar)
```

###  Alternatives

[fullcalendar/fullcalendar

Full-sized drag &amp; drop event calendar

20.4k373.3k4](/packages/fullcalendar-fullcalendar)[desandro/imagesloaded

JavaScript is all like \_You images done yet or what?\_

8.9k439.0k1](/packages/desandro-imagesloaded)[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[mottie/tablesorter

tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.

2.6k223.5k](/packages/mottie-tablesorter)[techlab/smartwizard

The awesome jQuery step wizard plugin

79096.2k2](/packages/techlab-smartwizard)[benpickles/peity

Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini `&lt;svg&gt;` pie, donut, line or bar chart.

4.2k2.8k](/packages/benpickles-peity)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
