You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/README.md

1.0 KiB

Shuffle

Categorize, sort, and filter a responsive grid of items

Docs and Demos

All found here

Shuffle 2.0

This is a large improvement to shuffle. Most notably, the ability for masonry layouts. Other additions include adding/removing items, enabling/disabling, multiple instances on a page, and more!

Running locally

This project uses Jekyll, so:

  • head over to their quickstart guide to setup jekyll.
  • run jekyll serve --watch --config _config.yml,_config_dev.yml in your console
  • go to http://localhost:4000 to see it.

The --config option can take multiple config files. In this case, the _config_dev.yml file overrides options set in _config.yml.

Improvements still to make

  • Use Deferred objects for callbacks
  • Horizontal layout

Inspired by Isotope and Packery.