pavlinter / yii2-wow
Yii2: WOW
Installs: 558
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/animate.css: *
- bower-asset/wow: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-13 18:54:37 UTC
README
Asset Bundle for WOW
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist pavlinter/yii2-wow "dev-master"
or add
"pavlinter/yii2-wow": "dev-master"
to the require section of your composer.json
file.
Usage
\pavlinter\wow\WowAsset::register($this)->wow([ 'boxClass' => 'wow', 'animateClass' => 'animated', 'offset' => '0', ]); echo Html::tag("div", "Your content or images.", ['class' => 'wow bounceInUp']);