您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
移至檔案
dependabot[bot] 733d6641c2
Bump typescript from 4.9.5 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 天前
.github update dependencies (#562) 2 個月前
apps/website Add 6.1.1 to mini changelog 2 個月前
packages/shuffle release 6.1.1 2 個月前
.browserslistrc Start v6 2 年前
.eslintignore Replace JSHint and JSCS with ESLint 7 年前
.eslintrc.js Create monorepo (#399) 2 年前
.gitignore Create monorepo (#399) 2 年前
.node-version update dependencies (#562) 2 個月前
.prettierignore Create monorepo (#399) 2 年前
CONTRIBUTING.md Update changelog for 6.1.0 2 年前
README.md Migrate to github actions (#378) 2 年前
package.json Bump typescript from 4.9.5 to 5.4.5 4 天前
prettier.config.js Start v6 2 年前
turbo.json update dependencies (#562) 2 個月前
yarn.lock Bump typescript from 4.9.5 to 5.4.5 4 天前

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.