From c3a705cb87c86e7a1556dd8a109874eb97e599e3 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Fri, 25 Nov 2016 21:48:08 +0000 Subject: [PATCH] publish: Update docs and site generated from commit 53a2fd6cb5708e7255bfd67c9db5a5b22eb1cfd2 --- index.html | 6 +++--- index.md | 7 ------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index c389c03..470ef3e 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,6 @@ gutter: 6 }); grid.mount(); -

Props

Installation

Get it from npm.

npm install minigrid
-

Or 1998 script tag from unpkg:

<script src="https://unpkg.com/minigrid@3.1.0/dist/minigrid.min.js"></script>
-

Upgrade

Upgrading from v1.x or v2.x?

Please read the CHANGELOG for API changes.

Limitations

Minigrid was built having in mind "cards" with same width and different heights. If your cards have different width sizes or you need more power I would recommend Isotope.

Questions

Open an issue or hit me on Twitter.

\ No newline at end of file +

Installation

Get it from npm.

npm install minigrid
+

Or 1998 script tag from unpkg:

<script src="https://unpkg.com/minigrid@3.1.1/dist/minigrid.min.js"></script>
+

Upgrade

Upgrading from v1.x or v2.x?

Please read the CHANGELOG for API changes.

Limitations

Minigrid was built having in mind "cards" with same width and different heights. If your cards have different width sizes or you need more power I would recommend Isotope.

Questions

Open an issue or hit me on Twitter.

\ No newline at end of file diff --git a/index.md b/index.md index 014d74d..6c9cc21 100644 --- a/index.md +++ b/index.md @@ -36,13 +36,6 @@ var grid = new Minigrid({ grid.mount(); ``` -## Props - -- container: `string` or `Node` -- item: `string` or `NodeList` -- gutter: `number` -- rtl: `boolean` - ## Installation Get it from npm.