philippfrenzel / yii2fullpagejs
Yii2 fullpage.js Integration
Package info
github.com/philippfrenzel/yii2fullpagejs
Language:JavaScript
Type:yii2-extension
pkg:composer/philippfrenzel/yii2fullpagejs
dev-master
2014-02-19 22:17 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-14 23:16:27 UTC
README
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)
How to install?
Get it via composer by adding the package to your composer.json:
{
"require": {
"philippfrenzel/yii2fullpagejs": "*"
}
}
You may also check the package information on packagist.
Usage
<?php echo \philippfrenzel\yii2fullpagejs\yii2fullpagejs::widget([ 'clientOptions' => [ ... ] ]); ?>
Size of columns can be defined within css
...