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
- Host: GitHub
- URL: https://github.com/metafizzy/isotope-docs
- Owner: metafizzy
- Created: 2013-10-25T12:21:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T13:52:02.000Z (over 2 years ago)
- Last Synced: 2025-03-29T17:01:29.152Z (about 1 year ago)
- Language: Handlebars
- Homepage:
- Size: 680 KB
- Stars: 13
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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