承接 uran1980/yii2-igrowl-widget 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

uran1980/yii2-igrowl-widget

最新稳定版本:0.0.1

Composer 安装命令:

composer require uran1980/yii2-igrowl-widget

包简介

An Yii2 igrowl widget based on iGrowl jQuery plugin.

README 文档

README

An Yii2 igrowl widget based on iGrowl jQuery plugin.

What is iGrowl?

iGrowl is a lightweight jQuery plugin that generates growl-like notifications with an emphasis on icons. Alerts are fully responsive and CSS animations are used to provide optimal performance.

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

php composer.phar require uran1980/yii2-igrowl-widget "dev-master"

or add

"uran1980/yii2-igrowl-widget": "dev-master"

to the require section of your composer.json

Usage

To activate this widget add this line to you view or layout:

<?php echo uran1980\yii\widgets\igrowl\Igrowl::widget(); ?>

Available options: theme, for example:

<?php echo uran1980\yii\widgets\igrowl\Igrowl::widget([
    'theme' => 'steadysets',
]); ?>

available themes are: steadysets (default), vicons, linecons and feather

Author

Ivan Yakovlev, e-mail: uran1980@gmail.com

统计信息

  • 总下载量: 18.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-08