Vestride / Shuffle

Categorize, sort, and filter a responsive grid of items
https://shuffle.js.org
MIT License
2.38k stars 281 forks source link

Do you have a vanilla distribution of Shuffle which can be used directly in a <script> tag? #558

Closed bit-pax closed 9 months ago

bit-pax commented 9 months ago

I'd like to use Shuffle with a simple static website. Not sure how to go about it though?

Vestride commented 9 months ago

You can use unpkg or another npm distributor https://unpkg.com/shufflejs, though I do recommend using a bundler and not loading directly from a CDN.

bit-pax commented 9 months ago

Thank you! I'll go try it out! :)