biko2_shufflejs
v4.1.1
Published
Fork of https://vestride.github.io/Shuffle/ Categorize, sort, and filter a responsive grid of items
Downloads
2
Maintainers
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.