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 fd330bd800
Use `files` instead of .npmignore
Update webpack, add .map files
8 years ago
_includes Add ability to customize styles. Rename filtered => visible and concealed => hidden. 8 years ago
_layouts Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
_posts Use `files` instead of .npmignore 8 years ago
_scss Update docs 8 years ago
css Update docs 8 years ago
dist Use `files` instead of .npmignore 8 years ago
gulp Update docs 8 years ago
img Update compound filters demo. 8 years ago
js Update docs 8 years ago
src Add ability to customize styles. Rename filtered => visible and concealed => hidden. 8 years ago
test Add ability to customize styles. Rename filtered => visible and concealed => hidden. 8 years ago
.babelrc Got jest working for tests. jsdom sucks. 8 years ago
.editorconfig Add .editorconfig file. Save all files again to be consistent. 11 years ago
.gitignore Use `files` instead of .npmignore 8 years ago
.jscsrc Start ES6 conversion and jQuery / Modernizr removal. 8 years ago
.jshintrc Added stagger option. More refactoring. Working home page demo again. 8 years ago
.travis.yml Update docs 8 years ago
CONTRIBUTING.md Update docs 8 years ago
LICENSE Update docs 8 years ago
README.md Update readme 8 years ago
_config.yml Use `files` instead of .npmignore 8 years ago
_config_dev.yml Update docs 8 years ago
bower.json Update docs 8 years ago
favicon.png Added favicon. Added description and image to each page for open graph and twitter cards. 11 years ago
gulpfile.js Switch to mocha/chai for tests with gulp-mocha-phantomjs 8 years ago
index.html Update docs 8 years ago
package.json Use `files` instead of .npmignore 8 years ago
webpack.config.js Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago
webpack.config.min.js Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago

README.md

Shuffle Build Status

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

npm install shufflejs

Shuffle is also available on bower as shufflejs.

Docs and Demos

All found here

Usage (with CommonJS)

var Shuffle = require('shuffle');

var myShuffle = new Shuffle(document.getElementById('grid'), {
  itemSelector: '.js-item',
  sizer: '.js-shuffle-sizer'
});

Shuffle 4.0

Shuffle 4 removes jQuery as a dependency and is written in ES6.

Inspiration

This project was inspired by Isotope and Packery.