Package Exports
- shufflejs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shufflejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Shuffle

Categorize, sort, and filter a responsive grid of items.
npm install shufflejs --save
Shuffle is also available on bower as shufflejs
.
Docs and Demos
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.