An open API service indexing awesome lists of open source software.

https://github.com/metafizzy/isotope-docs

:memo: documentation for Isotope
https://github.com/metafizzy/isotope-docs

Last synced: about 1 year ago
JSON representation

:memo: documentation for Isotope

Awesome Lists containing this project

README

          

# Isotope Docs

Documentation for Isotope, the filtering & sorting magical layout library.

This project does _not_ include the source for Isotope. That's over in [github.com/metafizzy/isotope](https://github.com/metafizzy/isotope).

## Build

Building these docs requires [npm](http://npmjs.com), [Bower](https://bower.io), and [Gulp](https://gulpjs.com/).

``` bash
npm install
bower install
grunt
```

This will build the docs in `build/`.

Watch for updates to rebuild docs on the fly.

``` bash
grunt default watch
```

Pass `--dev` to build the site with JS and CSS files included separately, un-concatenated, and un-minified.

``` bash
grunt --dev
```

## Isotope vs Masonry vs Packery

Masonry Isotope Packery
Masonry Layouts x x x
no gaps x
draggable x
filtering x
sorting x
multiple layout x