MIF_E31210141/public/landing/third-party/silicon-theme/vendor/shufflejs
ardella 97ee96f066 first commit 2024-06-04 17:29:13 +07:00
..
dist first commit 2024-06-04 17:29:13 +07:00
src first commit 2024-06-04 17:29:13 +07:00
.DS_Store first commit 2024-06-04 17:29:13 +07:00
LICENSE first commit 2024-06-04 17:29:13 +07:00
README.md first commit 2024-06-04 17:29:13 +07:00
index.d.ts first commit 2024-06-04 17:29:13 +07:00
package.json first commit 2024-06-04 17:29:13 +07:00

README.md

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.