penblu / blockui
Extension creada por PenBlu para el uso de la libreria jquery-blockui
1.0.0
2018-09-26 03:17 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-26 23:04:27 UTC
README
Extension blockui creada por PenBlu
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist penblu/blockui "*"
or add
"penblu/blockui": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \penblu\blockui\Blockui::widget(); ?>```