🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jQuery Shuffle Plugin categorize, sort, and filter a responsive grid of items.Features:Uses CSS Transitions!ResponsiveFilter items by groupsItems can have multiple groupsSort elementsAdvanced filtering method (like searching)

Animation CSS Gallery Plugins

Documentation

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


You May Also Like