Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philippfrenzel/yii2fullpagejs
- Owner: philippfrenzel
- License: mit
- Created: 2014-02-11T21:28:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T22:18:00.000Z (almost 11 years ago)
- Last Synced: 2024-10-18T00:35:42.489Z (2 months ago)
- Language: JavaScript
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
```