Skip to content

Categorize, sort, and filter a responsive grid of items

License

Notifications You must be signed in to change notification settings

horrythomas/Shuffle

 
 

Repository files navigation

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.

About

Categorize, sort, and filter a responsive grid of items

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%