cacko / yii2-widget-fullscreen
Yii2 widget full sreen
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.4
- scssphp/scssphp: ^1.4
- yiisoft/yii2: ~2.0.38
- yiisoft/yii2-bootstrap4: ^2.0
This package is auto-updated.
Last update: 2023-09-05 02:39:22 UTC
README
Silly and useless straightfoward way to wrap your junk html containeirs in yii2 with a fullscreen functionality
Demo
Install
composer install cacko/yii2-widget-fullscreen
Usage
use Cacko\Yii2\Widgets\FullScreen\widgets\FullScreenWidget; echo FullScreenWidget::widget(['content' => Html::img('/start.webp')]);
there's bunch of defaults in Cacko\Yii2\Widgets\FullScreen\components\Options
, as usual if you think they are crap, feel free to inject your own ideas, just keep in mind you will have to bother with the css styles too - good luck