shufflejs

Vestride
esm cjs
shufflejs JS library on GitHub shufflejs JS library on npm Download shufflejs JS library

Categorize, sort, and filter a responsive grid of items

Version 6.1.1 License MIT
shufflejs has no homepage
shufflejs JS library on GitHub
shufflejs JS library on npm
Download shufflejs JS library
Keywords
galleryshufflelayoutmasonryfiltersortresponsivegridmobiletiles

Shuffle Build Status Dependabot Status NPM version

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

npm install shufflejs

Docs and Demos

All found here

Usage (with ES6)

import Shuffle from 'shufflejs';

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

Inspiration

This project was inspired by Isotope and Packery.