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] a7fca82635
Bump turbo from 1.8.2 to 1.9.9
Bumps [turbo](https://github.com/vercel/turbo) from 1.8.2 to 1.9.9.
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](https://github.com/vercel/turbo/compare/v1.8.2...v1.9.9)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 week ago
.github Add options page to docs (#402) 11 months ago
apps/website Fix copy pasta in docs (#497) 3 months ago
packages/shuffle Upgrade more dev dependencies 3 months ago
.browserslistrc Start v6 1 year ago
.eslintignore Replace JSHint and JSCS with ESLint 6 years ago
.eslintrc.js Create monorepo (#399) 11 months ago
.gitignore Create monorepo (#399) 11 months ago
.node-version Create monorepo (#399) 11 months ago
.prettierignore Create monorepo (#399) 11 months ago
CONTRIBUTING.md Update changelog for 6.1.0 11 months ago
README.md Migrate to github actions (#378) 1 year ago
package.json Bump turbo from 1.8.2 to 1.9.9 1 week ago
prettier.config.js Start v6 1 year ago
turbo.json Create monorepo (#399) 11 months ago
yarn.lock Bump turbo from 1.8.2 to 1.9.9 1 week 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.