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] 9e8e6c498e
Bump prism-react-renderer from 1.3.5 to 2.3.1
Bumps [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) from 1.3.5 to 2.3.1.
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/v1.3.5...prism-react-renderer@2.3.1)

---
updated-dependencies:
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
.github update dependencies (#562) 2 months ago
apps/website Bump prism-react-renderer from 1.3.5 to 2.3.1 2 months ago
packages/shuffle release 6.1.1 2 months 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 update dependencies (#562) 2 months 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 @rollup/plugin-babel from 6.0.3 to 6.0.4 (#557) 2 months ago
prettier.config.js Start v6 2 years ago
turbo.json update dependencies (#562) 2 months ago
yarn.lock Bump prism-react-renderer from 1.3.5 to 2.3.1 2 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.