ayrozjlc/yii2-material-ripple

AssetBundle for material-ripple

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:yii2-extension

pkg:composer/ayrozjlc/yii2-material-ripple

1.1 2021-07-28 14:50 UTC

This package is auto-updated.

Last update: 2025-09-29 01:27:55 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

AssetBundle for material-ripple

Installation

####Composer

composer require --prefer-dist "ayrozjlc/yii2-material-ripple:*"

or add

"ayrozjlc/yii2-material-ripple": "dev-master"

to the require section of your composer.json file.

Usage

in view (for example: @app/views/layouts/main.php)

// ...
use ayrozjlc\ripple\RippleAsset;
// ...
RippleAsset::register($this);

or add to your assets/AppAsset.php

public $depends = [
    // ...
    'ayrozjlc\ripple\RippleAsset',
];