daxslab/yii2-calendly
最新稳定版本:1.0.0
Composer 安装命令:
composer require daxslab/yii2-calendly
包简介
Embeds the Calendly widgets into Yii2 applications
README 文档
README
Embeds Calendly widgets into Yii2 applications
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist daxslab/yii2-calendly "*"
or add
"daxslab/yii2-calendly": "*"
to the require section of your composer.json file.
Usage
<?= \daxslab\calendly\Calendly::widget([ 'calendlyId' => Yii::$app->params['calendlyId'], 'mode' => \daxslab\calendly\Calendly::MODE_INLINE, ]) ?>
Defaults
The component will try to set some properties by default:
- mode: Defaults to "inline". It can also be "button" or "text"
- text: Default to "Schedule time with me"
Proudly made by Daxslab.
统计信息
- 总下载量: 1.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-14