decks
Version:
JavaScript UI library for viewing collections of items.
57 lines (40 loc) • 2.14 kB
Markdown
# decks
[](https://travis-ci.org/pellucidanalytics/decks)
[](https://www.npmjs.org/package/decks)
[](https://david-dm.org/pellucidanalytics/decks)
[](https://david-dm.org/pellucidanalytics/decks#info=devDependencies)
[](https://www.npmjs.org/package/decks)
[](https://saucelabs.com/u/pelluciddecks?auth=ece3dc76af60a49515da2a7b0bbfa51c)
## Overview
A flexible layout library for rendering collections of items in the DOM.
## Getting started
```sh
git clone https://github.com/pellucidanalytics/decks.git
cd decks
npm install
# Default build for development (file watcher)
# This builds the lib code, tests, and examples, and sets up file
# watchers and LiveReload for development.
gulp
# Build the distributable library code (built to ./dist)
gulp lib
# Build and run the tests (built to ./dist/test)
gulp test
# Build the examples (built to ./dist/examples)
gulp examples
# Publish the repository to npm (maintainers only)
gulp publish
```
## Documentation
- [Docs](https://pellucidanalytics.github.io/decks)
## Inspirations
- [Tremula](https://github.com/garris/TremulaJS)
- [Stapel](http://tympanus.net/Development/Stapel/)
- [gridster.js](http://gridster.net/)
- [jquery.shapeshift](http://mcpants.github.io/jquery.shapeshift/)
- [jQuery Nested](http://suprb.com/apps/nested/)
- [Free Wall](http://vnjs.net/www/project/freewall/)
- [Shuffle](http://vestride.github.io/Shuffle/)
- [Loading Effects for Grid Items](http://tympanus.net/Development/GridLoadingEffects/index.html)
- [Magnet](http://codecanyon.net/item/magnet-jquery-plugin-for-filterable-layouts/full_screen_preview/7550966?ref=jqueryrain)
- [jQuery Gridly](http://ksylvest.github.io/jquery-gridly/)