philippfrenzel/yii2fullpagejs

Yii2 fullpage.js Integration

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2014-02-19 22:17 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:51:54 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

  ...