xj/yii2-introjs-widget

yii2-introjs-widget

1.0.0 2015-10-30 07:49 UTC

This package is auto-updated.

Last update: 2024-04-10 19:13:41 UTC


README

http://usablica.github.io/intro.js/
http://usablica.github.io/intro.js/example/index.html

composer.json

"require": {
    "xj/yii2-introjs-widget": "~1.0"
},

Assets

//Base Assets
xj\introjs\IntrojsAsset::register($this);

//Themes Assets
xj\introjs\themes\DarkAsset::register($this);
xj\introjs\themes\NassimAsset::register($this);
xj\introjs\themes\NazaninAsset::register($this);
xj\introjs\themes\RoyalAsset::register($this);