2017 © Pedro PelĂĄez
 

yii2-extension yii2-spinkit

SpinKit asset for Yii2 framework (https://github.com/tobiasahlin/SpinKit)

image

ham3r/yii2-spinkit

SpinKit asset for Yii2 framework (https://github.com/tobiasahlin/SpinKit)

  • Wednesday, April 25, 2018
  • by ham3r
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 25 % Grown

The README.md

SpinKit Asset for Yii2 Framework

Allows to use SpinKit (https://github.com/tobiasahlin/SpinKit) CSS library inside Yii2 framework environment., (*1)

Installation

Use Composer to install this extension. Bower dependencies used by this asset will be automatically installed., (*2)

composer require ham3r/yii2-spinkit:dev-master

Usage

Register directly onto the view:

use ham3r\spinkit\SpinKitAsset;

SpinKitAsset::register($this);

Or use as another asset dependency:

use yii\web\AssetBundle;

class SomeAsset extends AssetBundle {

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

    ...
}

Then you can use CSS classes defined by this library:, (*3)

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

License

Project is licensed under MIT. Please see License File for more information., (*4)

The Versions

25/04 2018

dev-master

9999999-dev

SpinKit asset for Yii2 framework (https://github.com/tobiasahlin/SpinKit)

  Sources   Download

MIT

The Requires

 

by Ɓukasz Hamerszmidt

yii2 asset loading animation spinkit

25/04 2018

1.0.0

1.0.0.0

SpinKit asset for Yii2 framework (https://github.com/tobiasahlin/SpinKit)

  Sources   Download

MIT

The Requires

 

by Ɓukasz Hamerszmidt

yii2 asset loading animation spinkit