egorov / yii2-uikit-old
Yii2 的 UI Kit 2 扩展
2.27.5
2018-04-07 06:09 UTC
Requires
- yiisoft/yii2: 2.*
This package is auto-updated.
Last update: 2024-09-07 21:23:16 UTC
README
UI Kit 2 (2.27.5) 扩展,用于 Yii2 UI Kit 官方网站
安装
推荐通过 composer 安装此扩展。
可以运行
php composer.phar require --prefer-dist egorov/yii2-uikit-old "*"
或者在 composer.json
文件的 require 部分添加
"egorov/yii2-uikit-old": "*"
到
使用
扩展安装后,只需在代码中简单使用即可
常用功能
<?php \egorov\uikit2\UikitAsset::register($this); ?>
动态网格
<?php \egorov\uikit2\components\UikitDynamicGridAsset::register($this); ?>
视差网格
<?php \egorov\uikit2\components\UikitParallaxGridAsset::register($this); ?>
点导航
<?php \egorov\uikit2\components\UikitDotnavAsset::register($this); ?>
侧导航
<?php \egorov\uikit2\components\UikitSlidenavAsset::register($this); ?>
动态分页
<?php \egorov\uikit2\components\UikitDynamicPaginationAsset::register($this); ?>
高级表单
<?php \egorov\uikit2\components\UikitFormAdvancedAsset::register($this); ?>
文件表单
<?php \egorov\uikit2\components\UikitFormFileAsset::register($this); ?>
密码表单
<?php \egorov\uikit2\components\UikitFormPasswordAsset::register($this); ?>
下拉选择表单
<?php \egorov\uikit2\components\UikitFormSelectAsset::register($this); ?>
占位符
<?php \egorov\uikit2\components\UikitPlaceholderAsset::register($this); ?>
进度条
<?php \egorov\uikit2\components\UikitProgressAsset::register($this); ?>
灯箱
<?php \egorov\uikit2\components\UikitLightboxAsset::register($this); ?>
自动完成
<?php \egorov\uikit2\components\UikitAutocompleteAsset::register($this); ?>
日期选择器
<?php \egorov\uikit2\components\UikitDatepickerAsset::register($this); ?>
HTML 编辑器
<?php \egorov\uikit2\components\UikitHtmleditorAsset::register($this); ?>
滑块
<?php \egorov\uikit2\components\UikitSliderAsset::register($this); ?>
幻灯片集
<?php \egorov\uikit2\components\UikitSlideSetAsset::register($this); ?>
幻灯片放映
<?php \egorov\uikit2\components\UikitSlideShowAsset::register($this); ?>
视差效果
<?php \egorov\uikit2\components\UikitParallaxAsset::register($this); ?>
手风琴
<?php \egorov\uikit2\components\UikitAccordionAsset::register($this); ?>
通知
<?php \egorov\uikit2\components\UikitNotifyAsset::register($this); ?>
搜索
<?php \egorov\uikit2\components\UikitSearchAsset::register($this); ?>
嵌套
<?php \egorov\uikit2\components\UikitNestableAsset::register($this); ?>
可排序
<?php \egorov\uikit2\components\UikitSortableAsset::register($this); ?>
粘性元素
<?php \egorov\uikit2\components\UikitStickyAsset::register($this); ?>
时间选择器
<?php \egorov\uikit2\components\UikitTimepickerAsset::register($this); ?>
工具提示
<?php \egorov\uikit2\components\UikitTooltipAsset::register($this); ?>
上传
<?php \egorov\uikit2\components\UikitUploadAsset::register($this); ?>