diiimonn / yii2-asset-slimscroll
Use slimScroll jquery plugin in your project
Installs: 8 229
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/slimscroll: >=1.3.3
This package is not auto-updated.
Last update: 2025-04-26 20:24:44 UTC
README
Use slimScroll jquery plugin in your project
Installation
To install with composer:
$ php composer.phar require diiimonn/yii2-asset-slimscroll "dev-master"
or add
"diiimonn/yii2-asset-slimscroll": "dev-master"
to the require
section of your composer.json
file.
Usage
in your AssetBundle:
public $depends = [ ... 'diiimonn\assets\SlimScrollAsset', ];
in your.script.js
... $('#your-content-id').slimScroll({/* options */}); ...
Demo and more: http://rocha.la/jQuery-slimScroll