bahirul / yii2-assets-animatecss
AnimateCss Asset For Yii2
Installs: 124
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-assets
Requires
This package is auto-updated.
Last update: 2021-01-19 04:01:25 UTC
README
This asset contain Animate.CSS for your Yii2 App. Using bower-asset for Animate.CSS dependency.
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require bahirul/yii2-assets-animatecss "*"
or add
"bahirul/yii2-assets-animatecss": "*"
to the require
section of your composer.json
file.
Latest Release
NOTE: The latest version of the package is v1.1.0 released on 25, Rabi al-Akhir 1438. Refer the
CHANGE.md
for details.
Usage
Asset in View
use bahirul\yii2\assets\AnimateCss; AnimateCss::register($this);
Asset Dependency
.... public $depends = [ 'bahirul\yii2\assets\AnimateCss', ]; ....
License
yii2-assets-animatecss is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.