shufflejs

WebJar for shufflejs

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

shufflejs
Последняя версия

Последняя версия

5.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

shufflejs
WebJar for shufflejs
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/Vestride/Shuffle

Скачать shufflejs

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/shufflejs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>shufflejs</artifactId>
    <version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/shufflejs/
implementation 'org.webjars.npm:shufflejs:5.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/shufflejs/
implementation ("org.webjars.npm:shufflejs:5.2.0")
'org.webjars.npm:shufflejs:jar:5.2.0'
<dependency org="org.webjars.npm" name="shufflejs" rev="5.2.0">
  <artifact name="shufflejs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='shufflejs', version='5.2.0')
)
libraryDependencies += "org.webjars.npm" % "shufflejs" % "5.2.0"
[org.webjars.npm/shufflejs "5.2.0"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.webjars.npm : array-parallel jar [0.1.3,0.2)
org.webjars.npm : matches-selector jar [1.0.0,2)
org.webjars.npm : throttleit jar [1.0.0,2)
org.webjars.npm : tiny-emitter jar [2.0.1,3)

Модули Проекта

Данный проект не имеет модулей.

Shuffle Build Status Dependency 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.

Версии библиотеки

Версия
5.2.0
4.0.0
3.1.1