citysites / yii2-masonry
Yii2 asset for https://masonry.desandro.com
dev-master
2019-10-04 12:09 UTC
Requires
- npm-asset/masonry-layout: *
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2025-03-05 19:51:59 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