pixium/yii2-widget-add-to-calendar
Composer 安装命令:
composer require pixium/yii2-widget-add-to-calendar
包简介
Add To Calendar dropdown
README 文档
README
Example
Installation
The preferred way to install this extension is through composer
$ composer require pixium/yii2-widget-add-to-calendar:dev-master
or add
"pixium/yii2-widget-add-to-calendar": "dev-master"
to the require section of your composer.json file.
Usage
use pixium\widgets\AddToCalendar;
<?= AddToCalendar::widget([
'label' => '<i class="fas fa-calendar-plus"></i>',
'text' => 'Title Coach',
'classes' => 'btn-success',
'add' => 'xxx@gmail.com',
'start' => 1234567890,
'duration' => 60,
'ctz' => 'Asia/Singapore',
'details' => 'This session has been planned.',
]);
?>
License
The BSD License (BSD). Please see License File for more information.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-29
