PHPackages                             loveorigami/yii2-slimscroll-widget - 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. loveorigami/yii2-slimscroll-widget

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

loveorigami/yii2-slimscroll-widget
==================================

Yii2 slimscroll widget

1.0(10y ago)54.2k2GPL-3.0+PHP

Since Aug 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/loveorigami/yii2-slimscroll-widget)[ Packagist](https://packagist.org/packages/loveorigami/yii2-slimscroll-widget)[ RSS](/packages/loveorigami-yii2-slimscroll-widget/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

SlimScroll widget for Yii 2
===========================

[](#slimscroll-widget-for-yii-2)

Description
-----------

[](#description)

SlimScroll is a small (4.6KB) jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value. For more information please visit [SlimScroll](http://rocha.la/jQuery-slimScroll)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

To install, either run

```
$ php composer.phar require loveorigami/yii2-slimscroll-widget "*"

```

or add

```
"loveorigami/yii2-slimscroll-widget": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

```
use lo\widgets\SlimScroll;
