Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philippfrenzel/yii2fullpagejs

FullPage.js for the Yii2 Framework
https://github.com/philippfrenzel/yii2fullpagejs

Last synced: about 2 months ago
JSON representation

FullPage.js for the Yii2 Framework

Awesome Lists containing this project

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](http://getcomposer.org/) by adding the package to your `composer.json`:

```json
{
"require": {
"philippfrenzel/yii2fullpagejs": "*"
}
}
```

You may also check the package information on [packagist](https://packagist.org/packages/philippfrenzel/yii2fullpagejs).

Usage
-----

```php
[
...
]
]); ?>
```

Size of columns can be defined within css
```css
...
```