MIF_E31210194/public/landing/third-party/silicon-theme/vendor/shufflejs
Akmalusia 7a81fe671d upload 2024-07-03 14:52:48 +07:00
..
dist upload 2024-07-03 14:52:48 +07:00
src upload 2024-07-03 14:52:48 +07:00
.DS_Store upload 2024-07-03 14:52:48 +07:00
LICENSE upload 2024-07-03 14:52:48 +07:00
README.md upload 2024-07-03 14:52:48 +07:00
index.d.ts upload 2024-07-03 14:52:48 +07:00
package.json upload 2024-07-03 14:52:48 +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.