ham3r/yii2-spinkit

为 Yii2 框架提供的 SpinKit 资产(https://github.com/tobiasahlin/SpinKit)

安装次数: 17

依赖者: 0

建议者: 0

安全: 0

星星数: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

1.0.0 2018-04-25 16:30 UTC

This package is not auto-updated.

Last update: 2024-09-20 05:11:06 UTC


README

允许在 Yii2 框架环境中使用 SpinKit(https://github.com/tobiasahlin/SpinKit) CSS 库。

安装

使用 Composer 安装此扩展。此资产使用的 Bower 依赖项将被自动安装。

composer require ham3r/yii2-spinkit:dev-master

使用方法

直接在视图中注册

use ham3r\spinkit\SpinKitAsset;

SpinKitAsset::register($this);

或作为其他资产依赖项使用

use yii\web\AssetBundle;

class SomeAsset extends AssetBundle {

    /** dependencies */
    public $depends = [
        'ham3r\spinkit\SpinKitAsset'
    ];
    
    ...
}
    

然后您可以使用此库定义的 CSS 类

<div class="sk-rotating-plane"></div>

许可证

本项目遵循 MIT 许可。有关更多信息,请参阅许可证文件