irrahub/materail-design

Irrahub


Keywords
extension, yii2
License
BSD-2-Clause

Documentation

Material Design

Irrahub

Installation

The preferred way to install this extension is through composer.

Either run

composer require irrahub/materail-design:dev-master

or add

"irrahub/materail-design": "*"

to the require section of your composer.json file.

Usage

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

<?= \material\design\AutoloadExample::widget(); ?>```