philippfrenzel / yii2fullpagejs
Yii2 fullpage.js Integration
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-26 16:20:39 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
...