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.
 
 
Go to file
Glen Cheney 3d14058dfc Should have committed bower.json before registering...
bump to 2.0.7
10 years ago
_includes Document adding and removing collections. Closes #19 10 years ago
_layouts Add .editorconfig file. Save all files again to be consistent. 11 years ago
_posts Add the require js demo to config file with images. 10 years ago
_scss Document adding and removing collections. Closes #19 10 years ago
css Document adding and removing collections. Closes #19 10 years ago
dist Should have committed bower.json before registering... 10 years ago
img Add the require js demo to config file with images. 10 years ago
js Add AMD support. Add RequireJS demo. Ref #15 10 years ago
src Add AMD support. Add RequireJS demo. Ref #15 10 years ago
.editorconfig Add .editorconfig file. Save all files again to be consistent. 11 years ago
.gitignore Update banner 10 years ago
Gruntfile.js Update banner 10 years ago
README.md Add shuffle to bower `shufflejs`. Update read me. 10 years ago
_config.yml Add the require js demo to config file with images. 10 years ago
_config_dev.yml Add .editorconfig file. Save all files again to be consistent. 11 years ago
bower.json Should have committed bower.json before registering... 10 years ago
favicon.png Added favicon. Added description and image to each page for open graph and twitter cards. 11 years ago
index.html Document adding and removing collections. Closes #19 10 years ago
package.json Should have committed bower.json before registering... 10 years ago
robots.txt Add .editorconfig file. Save all files again to be consistent. 11 years ago
shuffle.jquery.json Should have committed bower.json before registering... 10 years ago
todo.md Nav tweaks. 10 years ago

README.md

Shuffle

Categorize, sort, and filter a responsive grid of items.

bower install shufflejs

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.

  • Head over to their quickstart guide to setup jekyll.
  • Install npm dependencies npm install.
  • Run grunt serve to tell Jekyll to watch for changes.
  • To watch for and compile changes to scss and shuffle src js files, run grunt watch in a separate tab.
  • go to http://localhost:4000 to see it.

Inspired by Isotope and Packery.