PHPackages                             tiagocardosos/yii2-widget-isloading - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tiagocardosos/yii2-widget-isloading

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

tiagocardosos/yii2-widget-isloading
===================================

Simple widget ajaxStatus. Show visual feedback when loading data or any action that would take time.

1.0(10y ago)05.2k↓25%MITPHPPHP &gt;=5.4.0

Since Aug 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tiagocardosos/yii2-widget-isloading)[ Packagist](https://packagist.org/packages/tiagocardosos/yii2-widget-isloading)[ RSS](/packages/tiagocardosos-yii2-widget-isloading/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

yii2-widget-isloading
=====================

[](#yii2-widget-isloading)

Simple widget show visual feedback when loading data or any action that would take time.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tiagocardosos/yii2-widget-isloading "*"

```

or add

```
"tiagocardosos/yii2-widget-isloading": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Add the rules as the following example

add view "main.php" file.

```
use tiagocardosos\isloading\IsLoading;
```

### Simple

[](#simple)

```

```

### Set Options

[](#set-options)

```
