kuakling / yii2-lobibox

Yii2 lobibox 消息框和通知。

安装: 75

依赖项: 0

建议者: 0

安全性: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2017-01-06 03:42 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:23:41 UTC


README

(Lobibox)[http://lobianijs.com/]

<?php 
echo \kuakling\lobibox\Notification::widget([
    'type' => 'error',
    'title' => 'โลบิบ๊อกน่ะ',
    'msg' => 'มีเสียงด้วยกิ้วๆ',
    'options' => [
        'size' => 'normal',
        etc...
    ]
 ]); ?>