yii2fullpagejs
===============
Widget for fullPage.js layout container for Yii Framework 2 Original sources for the jquery plugin: https://github.com/alvarotrigo/fullPage.js js license (MIT)
Get it via composer by adding the package to your composer.json
:
{
"require": {
"philippfrenzel/yii2fullpagejs": "*"
}
}
You may also check the package information on packagist.
<?php echo \philippfrenzel\yii2fullpagejs\yii2fullpagejs::widget([
'clientOptions' => [
...
]
]); ?>
Size of columns can be defined within css
...
No stable releases.
Comments