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.
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> |
6 months ago | |
---|---|---|
.github | 1 year ago | |
apps/website | 9 months ago | |
packages/shuffle | 10 months ago | |
.browserslistrc | 2 years ago | |
.eslintignore | 7 years ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 1 year ago | |
.node-version | 1 year ago | |
.prettierignore | 1 year ago | |
CONTRIBUTING.md | 1 year ago | |
README.md | 2 years ago | |
package.json | 6 months ago | |
prettier.config.js | 2 years ago | |
turbo.json | 1 year ago | |
yarn.lock | 6 months ago |
README.md
Shuffle

Categorize, sort, and filter a responsive grid of items.
npm install shufflejs
Docs and Demos
Usage (with ES6)
import Shuffle from 'shufflejs';
const shuffleInstance = new Shuffle(document.getElementById('grid'), {
itemSelector: '.js-item',
sizer: '.js-shuffle-sizer',
});