citysites/yii2-masonry

Yii2 asset for https://masonry.desandro.com

dev-master 2019-10-04 12:09 UTC

This package is auto-updated.

Last update: 2024-04-05 18:02:10 UTC


README

Documentation

All documantation about masonry you can find here

Installation

Composer

The preferred way to install this extension is through Composer.

Either run composer require citysites/yii2-masonry "dev-master"

or add "citysites/yii2-masonry": "dev-master" to the require section of your composer.json

Usage

use \citysites\assets\MasonryAsset;
MasonryAsset::register($this);// $this represents the view object