custombox

WebJar for custombox

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

4.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

custombox
WebJar for custombox
Ссылка на сайт

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

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

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

https://github.com/dixso/custombox

Скачать custombox

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.webjars.npm : custom-event-polyfill jar [0.3.0,0.4)
org.webjars.npm : babel-polyfill jar [6.23.0,7)
org.webjars.npm : fullscreen-api-polyfill jar [1.1.2,2)
org.webjars.npm : es6-promise jar [4.1.0,5)
org.webjars.npm : babel-plugin-transform-object-assign jar [6.22.0,7)
org.webjars.npm : babel-preset-es2015 jar [6.24.1,7)

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

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

Custombox npm version Travis Coverage Status npm License

Modal dialog effects with transitions CSS3.

Usage

You can install custombox through bower:

bower install custombox

Or through npm:

npm install custombox

Alternatively, download the package and reference the JavaScript and CSS files manually:

<script src="custombox.min.js"></script>
<link rel="stylesheet" type="text/css" href="custombox.min.css">

Optional legacy file for along for the older browsers.

<script src="custombox.legacy.min.js"></script>

Basic usage

new Custombox.modal({
  content: {
    effect: 'fadein',
    target: '#modal'
  }
}).open();

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

Версия
4.0.3