dungphanxuan / yii2-reveal
Reveal Presentation
Package info
github.com/dungphanxuan/yii2-reveal
Language:HTML
Type:yii2-extension
pkg:composer/dungphanxuan/yii2-reveal
0.1
2015-06-30 02:27 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-05 15:55:56 UTC
README
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dungphanxuan/yii2-reveal "*"
or add
"dungphanxuan/yii2-reveal": "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php echo dungphanxuan\yii2reveal\RevealWidget::widget([ 'name' => 'content', 'options'=>[// html attributes 'id'=>'content' ], 'clientOptions'=>[ ] ]);; ?>