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 818437a164 Add issue template 7 years ago
.github Add issue template 7 years ago
_data Add codepen template link 7 years ago
_includes Update changelog 7 years ago
_layouts Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
_posts Use `_data` directory for site data. 8 years ago
_scss fix transition delay not being applied correct 8 years ago
css Update webpack config for v2 7 years ago
dist Update webpack config for v2 7 years ago
gulp Update docs 8 years ago
img Add codepen template link 7 years ago
js Correct v4 release date. 8 years ago
src Fix delimeter option #108 8 years ago
test Use new 'auto' polyfill file for es6-polyfill 8 years ago
.babelrc Update webpack config for v2 7 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 Move layout positioning logic to its own file. 8 years ago
.travis.yml Test node 4 and 6 with Travis 8 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 7 years ago
LICENSE Update docs 8 years ago
README.md Update greenkeeper badge placement 7 years ago
_config.yml Add issue template 7 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 Add codepen template link 7 years ago
package.json chore(package): update gulp-shell to version 0.6.1 7 years ago
webpack.config.js Update webpack config for v2 7 years ago
webpack.config.min.js Update webpack config for v2 7 years ago

README.md

Shuffle Build Status Dependency Status Greenkeeper badge NPM version

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

npm install shufflejs --save

Shuffle is also available on bower as shufflejs.

Docs and Demos

All found here

Usage (with CommonJS)

var Shuffle = require('shufflejs');

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.