Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
masonry-tile
Advanced tools
[![npm version](https://badge.fury.io/js/masonry-tile.svg)](https://badge.fury.io/js/masonry-tile) [![Downloads](https://img.shields.io/npm/dm/masonry-tile.svg)](https://www.npmjs.com/package/masonry-tile) [![GitHub license](https://img.shields.io/badge/l
Allows you to have masonry style tiles with Material Grid List.
npm i masonry-tile --save
peerDependencies:
angular
13.0.0 and moreangular/cdk
13.0.0 and moreangular/material
13.0.0 and moreExample with a list of images and description.
<mat-grid-list #matGridList [cols]="4">
<mat-grid-tile *ngFor="let imageItem of images" #matGridTile>
<masonry-tile
[rowHeight]="1"
[gutterSize]="1"
[matGridTile]="matGridTile"
[matGridList]="matGridList"
>
<!-- content start -->
<img [src]="imageItem?.src" [alt]="imageItem?.alt" />
<div>{{ imageItem?.alt }}</div>
<!-- content end -->
</masonry-tile>
</mat-grid-tile>
</mat-grid-list>
npm run build:lib
cd dist/masonry-tile
npm publish
npm run build:demo
Like Angular, this module is released under the permissive MIT license. Your contributions are always welcome.
FAQs
An Angular library for use masonry with Material Grid List
We found that masonry-tile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.