From 93b9bdcee76ed9487f489a4cbd62d6cb2a5e770e Mon Sep 17 00:00:00 2001 From: Ivan Goldsmith Date: Fri, 7 Aug 2015 16:22:41 -0400 Subject: [PATCH] Adding grid libraries (Masonry, Packery, Isotope). --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da349a7..0e27f53 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,9 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. * [DataTables](http://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. +* [Masonry](http://masonry.desandro.com/) - A cascading grid layout library. +* [Packery](http://packery.metafizzy.co/) - A grid layout library that uses a bin-packing algorithm. Useable for draggable layouts. +* [Isotope](http://isotope.metafizzy.co/) - A filterable, sortable, grid layout library. Can implement Masonry, Packery, and other layouts. ## Frameworks