antoha-p/yii2-widget-tooltip
最新稳定版本:1.0.0
Composer 安装命令:
composer require antoha-p/yii2-widget-tooltip
包简介
Yii2 widget tooltip
README 文档
README
This is the Tooltip widget for Yii2 framework. Allows you to display stylized prompts for users in the content.
Installation
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.
To install, either run
$ php composer.phar require antoha-p/yii2-widget-tooltip "@dev"
or add
"antoha-p/yii2-widget-tooltip": "@dev"
to the require section of your composer.json file.
Usage
use antoha\tooltip\Tooltip; echo Tooltip::widget([ 'content' => "?", 'title' => "This is an example of how a widget works", 'size' => Tooltip::SIZE_LARGE ]);
License
yii2-widget-tooltip is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 4.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-03-14