tuyakhov/yii2-materialize

This is the Materialize extension for Yii framework 2.0. It encapsulates Materialize components and plugins in terms of Yii widgets, and thus makes using Materialize components/plugins in Yii applications extremely easy.

Installs: 2 208

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 3

Open Issues: 2

Type:yii2-extension

v1.0.0 2015-10-10 18:48 UTC

This package is auto-updated.

Last update: 2024-04-29 03:37:58 UTC


README

This is the Materialize extension for Yii framework 2.0. It encapsulates Materialize components and plugins in terms of Yii widgets, and thus makes using Materialize components/plugins in Yii applications extremely easy.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist tuyakhov/yii2-materialize "*"

or add

"tuyakhov/yii2-materialize": "*"

to the require section of your composer.json file.

Usage

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

<?= \tuyakhov\materialize\AutoloadExample::widget(); ?>```