MCPcopy Index your code
hub / github.com/dixso/custombox

github.com/dixso/custombox @4.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release 4.0.3 ↗ · + Follow
60 symbols 111 edges 4 files 0 documented · 0% updated 6y ago4.0.3 · 2017-06-11★ 61422 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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="https://github.com/dixso/custombox/raw/4.0.3/custombox.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://github.com/dixso/custombox/raw/4.0.3/custombox.min.css">

Optional legacy file for along for the older browsers.

<script src="https://github.com/dixso/custombox/raw/4.0.3/custombox.legacy.min.js"></script>

Basic usage

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

Extension points exported contracts — how you extend this code

OptionsSchema (Interface)
(no doc) [1 implementers]
src/custombox.ts
OverlaySchema (Interface)
(no doc)
src/custombox.ts
ContentSchema (Interface)
(no doc)
src/custombox.ts
LoaderSchema (Interface)
(no doc)
src/custombox.ts
Speed (Interface)
(no doc)
src/custombox.ts

Core symbols most depended-on inside this repo

open
called by 47
src/custombox.ts
remove
called by 14
src/custombox.ts
dispatchEvent
called by 12
src/custombox.ts
close
called by 11
src/custombox.ts
check
called by 10
src/custombox.ts
bind
called by 6
src/custombox.ts
isIE
called by 3
src/custombox.ts
destroy
called by 3
src/custombox.ts

Shape

Method 34
Class 18
Interface 6
Function 2

Languages

TypeScript100%

Modules by API surface

src/custombox.ts58 symbols
src/custombox.spec.ts2 symbols

For agents

$ claude mcp add custombox \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page