shufflejs
TypeScript icon, indicating that this package has built-in type declarations

6.1.1 • Public • Published

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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i shufflejs

    Weekly Downloads

    11,927

    Version

    6.1.1

    License

    MIT

    Unpacked Size

    503 kB

    Total Files

    24

    Last publish

    Collaborators

    • vestride