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.
 
 
Go to file
dependabot[bot] b5043f463d
Bump minimist from 1.2.5 to 1.2.6 (#400)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
.github update publish directory 2 years ago
apps/website Create monorepo (#399) 2 years ago
packages/shuffle Create monorepo (#399) 2 years ago
.browserslistrc Start v6 2 years ago
.eslintignore Replace JSHint and JSCS with ESLint 7 years ago
.eslintrc.js Create monorepo (#399) 2 years ago
.gitignore Create monorepo (#399) 2 years ago
.node-version Create monorepo (#399) 2 years ago
.prettierignore Create monorepo (#399) 2 years ago
CONTRIBUTING.md Create monorepo (#399) 2 years ago
README.md Migrate to github actions (#378) 2 years ago
package.json Create monorepo (#399) 2 years ago
prettier.config.js Start v6 2 years ago
turbo.json Create monorepo (#399) 2 years ago
yarn.lock Bump minimist from 1.2.5 to 1.2.6 (#400) 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.