Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vip9008/yii2-materialgrid

Material design theme and html classes for yii2 framework.
https://github.com/vip9008/yii2-materialgrid

Last synced: 4 days ago
JSON representation

Material design theme and html classes for yii2 framework.

Awesome Lists containing this project

README

        

Material Grid
=============
Material design theme and html classes for yii2 framework.

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

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

Either run

```
php composer.phar require --prefer-dist vip9008/yii2-materialgrid "*"
```

or add

```
"vip9008/yii2-materialgrid": "*"
```

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

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \vip9008\materialgrid\AutoloadExample::widget(); ?>```