isotope-layout

WebJar for isotope-layout

Лицензия

Лицензия

Группа

Группа

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

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

isotope-layout
Последняя версия

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

3.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

isotope-layout
WebJar for isotope-layout
Ссылка на сайт

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

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

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

https://github.com/metafizzy/isotope

Скачать isotope-layout

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.webjars.npm : desandro-matches-selector jar [2.0.0,3)
org.webjars.npm : get-size jar [2.0.0,3)
org.webjars.npm : masonry-layout jar [4.1.0,5)
org.webjars.npm : outlayer jar [2.1.0,3)
org.webjars.npm : fizzy-ui-utils jar [2.0.4,3)

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

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

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–2020

org.webjars.npm

Metafizzy

Delightful JS plugins

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

Версия
3.0.6
3.0.5
3.0.1