Adding grid libraries (Masonry, Packery, Isotope).

This commit is contained in:
Ivan Goldsmith 2015-08-07 16:22:41 -04:00
parent 0a48e08637
commit 93b9bdcee7

View File

@ -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