shufflejs

WebJar for shufflejs

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

shufflejs
Last Version

Last Version

5.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

shufflejs
WebJar for shufflejs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Vestride/Shuffle

Download shufflejs

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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)

Project Modules

There are no modules declared in this project.

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.

Versions

Version
5.2.0
4.0.0
3.1.1