custombox

WebJar for custombox

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

custombox
Last Version

Last Version

4.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

custombox
WebJar for custombox
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/dixso/custombox

Download custombox

How to add to project

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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)

Project Modules

There are no modules declared in this project.

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();

Versions

Version
4.0.3