composer require rootlocal/yii2-wow
or add
"rootlocal/yii2-wow": "dev-master",
to the require section of your composer.json.
<?php
use yii\web\View;
use rootlocal\widgets\wow\WowWidget;
/**
* @var $this View
*/
?>
<?= WowWidget::widget() ?>
<div class="wow bounceInUp">Your content</div>