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-preview[bot] 7014ec9192 Bump jest from 25.5.4 to 26.1.0
Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.5.4...v26.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
.github/ISSUE_TEMPLATE Delete ISSUE_TEMPLATE.md 5 years ago
dist rebuild with new deps 4 years ago
docs rebuild with new deps 4 years ago
gulp Move to jest for testing (#278) 5 years ago
src Update eslint-config-airbnb-base to the latest version 🚀 (#293) 5 years ago
test Add missing inherited methods from TinyEmitter to type definitions. Fixes #294 5 years ago
.babelrc Move to jest for testing (#278) 5 years ago
.editorconfig Add .editorconfig file. Save all files again to be consistent. 11 years ago
.eslintignore Replace JSHint and JSCS with ESLint 7 years ago
.eslintrc.js Update eslint rules 6 years ago
.gitignore update gitignore 4 years ago
.npmrc Add npmrc file so that npm version doesn't fail. 6 years ago
.travis.yml Bump eslint from 6.8.0 to 7.5.0 (#319) 4 years ago
CONTRIBUTING.md Update release process steps 5 years ago
LICENSE Update license year 5 years ago
README.md Markdown lint 6 years ago
gulpfile.js Update eslint rules 6 years ago
index.d.ts Add missing inherited methods from TinyEmitter to type definitions. Fixes #294 5 years ago
jest.config.js Move to jest for testing (#278) 5 years ago
package.json Bump jest from 25.5.4 to 26.1.0 4 years ago

README.md

Shuffle Build Status Dependency Status Greenkeeper badge 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.