You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.github | 7 months ago | |
apps/website | 3 months ago | |
packages/shuffle | 7 months ago | |
.browserslistrc | 1 year ago | |
.eslintignore | 6 years ago | |
.eslintrc.js | 7 months ago | |
.gitignore | 7 months ago | |
.node-version | 7 months ago | |
.prettierignore | 7 months ago | |
CONTRIBUTING.md | 7 months ago | |
README.md | 1 year ago | |
package.json | 3 weeks ago | |
prettier.config.js | 1 year ago | |
turbo.json | 7 months ago | |
yarn.lock | 3 weeks 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',
});