MIF_E31210257/bangunan testing/public/landing/third-party/silicon-theme/vendor/shufflejs
zidan 2598d17e62 first 2024-07-03 15:00:39 +07:00
..
dist first 2024-07-03 15:00:39 +07:00
src first 2024-07-03 15:00:39 +07:00
.DS_Store first 2024-07-03 15:00:39 +07:00
LICENSE first 2024-07-03 15:00:39 +07:00
README.md first 2024-07-03 15:00:39 +07:00
index.d.ts first 2024-07-03 15:00:39 +07:00
package.json first 2024-07-03 15:00:39 +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.