Files
front/dist/assets/vendor/shufflejs
2022-04-07 14:11:14 +02:00
..
2021-12-28 13:34:18 +01:00
2021-12-28 13:34:18 +01:00
2021-12-28 13:34:18 +01:00
2021-12-28 13:34:18 +01:00
2022-04-07 14:11:14 +02:00
2021-12-28 13:34:18 +01:00

Shuffle Build Status Dependency 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.