JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9609
  • Score
    100M100P100Q123648F
  • License MIT

Categorize, sort, and filter a responsive grid of items

Package Exports

  • shufflejs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shufflejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Shuffle Build Status Dependency Status NPM version

Categorize, sort, and filter a responsive grid of items.

npm install shufflejs --save

Shuffle is also available on bower as shufflejs.

Docs and Demos

All found here

Usage (with CommonJS)

var Shuffle = require('shufflejs');

var myShuffle = new Shuffle(document.getElementById('grid'), {
  itemSelector: '.js-item',
  sizer: '.js-shuffle-sizer'
});

Shuffle 4.0

Shuffle 4 removes jQuery as a dependency and is written in ES6.

Inspiration

This project was inspired by Isotope and Packery.