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] dd02e93502
Bump @sideway/formula from 3.0.0 to 3.0.1
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
.github Add options page to docs (#402) 2 years ago
apps/website Fix copy pasta in docs (#497) 1 year ago
packages/shuffle Upgrade more dev dependencies 1 year 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 Update changelog for 6.1.0 2 years ago
README.md Migrate to github actions (#378) 2 years ago
package.json Bump eslint from 8.35.0 to 8.56.0 (#544) 5 months ago
prettier.config.js Start v6 2 years ago
turbo.json Create monorepo (#399) 2 years ago
yarn.lock Bump @sideway/formula from 3.0.0 to 3.0.1 5 months 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.