kuakling/yii2-lobibox

Yii2 lobibox messagebox and notification.

Installs: 75

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2024-05-06 12:19:06 UTC


README

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

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