isotope

? Filter & sort magical layouts

  • Owner: metafizzy/isotope
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Isotope

Filter & sort magical layouts

See isotope.metafizzy.co for complete docs and demos.

Install

Download

CDN

Link directly to Isotope files on unpkg.

<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<!-- or -->
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js"></script>

Package managers

npm: npm install isotope-layout --save

Bower: bower install isotope-layout --save

License

Commercial license

If you want to use Isotope to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase an Isotope Commercial License at isotope.metafizzy.co

Open source license

If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use Isotope under the terms of the GPLv3.

Read more about Isotope's license.

Initialize

With jQuery

$('.grid').isotope({
  // options...
  itemSelector: '.grid-item',
  masonry: {
    columnWidth: 200
  }
});

With vanilla JavaScript

// vanilla JS
var grid = document.querySelector('.grid');
var iso = new Isotope( grid, {
  // options...
  itemSelector: '.grid-item',
  masonry: {
    columnWidth: 200
  }
});

With HTML

Add a data-isotope attribute to your element. Options can be set in JSON in the value.

<div class="grid"
  data-isotope='{ "itemSelector": ".grid-item", "masonry": { "columnWidth": 200 } }'>
  <div class="grid-item"></div>
  <div class="grid-item"></div>
  ...
</div>

By Metafizzy ??, 2010–2018

Main metrics

Overview
Name With Ownermetafizzy/isotope
Primary LanguageHTML
Program languageJavaScript (Language Count: 3)
Platform
License:
所有者活动
Created At2011-01-01 05:20:00
Pushed At2021-09-24 03:20:14
Last Commit At2020-04-14 09:33:28
Release Count54
Last Release Namev3.0.6 (Posted on 2018-04-06 12:15:20)
First Release Namev1.5.0 (Posted on 2011-12-22 10:37:34)
用户参与
Stargazers Count11.1k
Watchers Count292
Fork Count1.4k
Commits Count812
Has Issues Enabled
Issues Count1612
Issue Open Count72
Pull Requests Count11
Pull Requests Open Count1
Pull Requests Close Count46
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private