You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/packages/shuffle
Glen Cheney 1a1fccc2b5
Create monorepo (#399)
* Initial monorepo

* Add remaining docs

* updates

* Change dark mode illustration logic

* Drop Node 12

Docusaurus needs 14

* node 16 only?

* Update build command

* install jsdom manually
2 years ago
..
src Create monorepo (#399) 2 years ago
test Create monorepo (#399) 2 years ago
.babelrc Create monorepo (#399) 2 years ago
LICENSE Create monorepo (#399) 2 years ago
README.md Create monorepo (#399) 2 years ago
index.d.ts Create monorepo (#399) 2 years ago
jest.config.js Create monorepo (#399) 2 years ago
package.json Create monorepo (#399) 2 years ago
rollup.config.js Create monorepo (#399) 2 years ago

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.