grain-masonry

WebJar for grain-masonry

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.dakmor
ArtifactId

ArtifactId

grain-masonry
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

grain-masonry
WebJar for grain-masonry
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/daKmoR/grain-masonry

Download grain-masonry

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.dakmor/grain-masonry/ -->
<dependency>
    <groupId>org.webjars.bowergithub.dakmor</groupId>
    <artifactId>grain-masonry</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.dakmor/grain-masonry/
implementation 'org.webjars.bowergithub.dakmor:grain-masonry:0.8.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.dakmor/grain-masonry/
implementation ("org.webjars.bowergithub.dakmor:grain-masonry:0.8.2")
'org.webjars.bowergithub.dakmor:grain-masonry:jar:0.8.2'
<dependency org="org.webjars.bowergithub.dakmor" name="grain-masonry" rev="0.8.2">
  <artifact name="grain-masonry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.dakmor', module='grain-masonry', version='0.8.2')
)
libraryDependencies += "org.webjars.bowergithub.dakmor" % "grain-masonry" % "0.8.2"
[org.webjars.bowergithub.dakmor/grain-masonry "0.8.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0-rc.2,3.0)
org.webjars.bowergithub.dakmor : grain-update-inline-style-behavior jar [0.8.0,2.0)
org.webjars.bowergithub.dakmor : grain-responsive-behavior jar [0.8.0,2.0)
org.webjars.bowergithub.desandro : masonry jar [4.2.0,5)

Project Modules

There are no modules declared in this project.

Published on webcomponents.org Polymer Version

<grain-masonry>

Wrapper for the amazing masonry grid. (https://masonry.desandro.com/)

Demo

<grain-masonry transition-duration="250">
  <article style="height: 30px;">Power</article>
  <article style="height: 50px;">To</article>
  <article style="height: 25px;">The</article>
  <article style="height: 35px;">People</article>
  <article style="height: 40px;">!</article>
</grain-masonry>
<style>
  article {
    background: #36abcc; width: 29%; margin: 2%; color: #fff; display: flex; align-items: center; justify-content: center;
  }
</style>

Installation

$ bower install --save daKmoR/grain-masonry

Getting Started

Import the package.

<link rel="import" href="/bower_components/grain-masonry/grain-masonry.html">

For more information, see the API documentation.

Working on the Element

First, make sure you have the Polymer CLI installed.

  • View the Element via polymer serve
  • Run tests via polymer test

Versions

Version
0.8.2