codezeen/yii2-fastclick FastClick Asset Bundle for Yii2

extensionassetbundlejsfastclick

Yii2 FastClick Asset

FastClick Asset Bundle for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist codezeen/yii2-fastclick "*"

or add

"codezeen/yii2-fastclick": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, use the following code in view to register asset :

<?= \codezeen\yii2\fastclick\FastClickAsset::register($this); ?>

Or used as dependencies in asset bundle

class AppAsset extends AssetBundle
{
    public $depends = [
        // ...
        'codezeen\yii2\fastclick\FastClickAsset',
        // ...
    ];
}

More Information

Please, check https://github.com/ftlabs/fastclick for more information about fastclick.js.

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



BSD-3-Clause license
Stats
0 github stars & 0 github forks
1 downloads in the last day
156 downloads in the last 30 days
13637 total downloads