# hibb-modal

> Renders a modal.

Latest version **1.0.4** (published 2015-04-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install hibb-modal
pnpm add hibb-modal
yarn add hibb-modal
bun add hibb-modal
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2015-04-29 |
| First published | 2015-04-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+4 in 1 direct dependencies) |
| Install scripts | no |
| Author | gijsjan.brouwer@huygens.knaw.nl |
| Maintainers | gijsjan |

## Links

- npm: https://www.npmjs.com/package/hibb-modal
- npm.io page: https://npm.io/package/hibb-modal

## Dependencies (3)

- [jquery](https://npm.io/package/jquery.md) ^2.1.1
- [backbone](https://npm.io/package/backbone.md) ^1.1.2
- [underscore](https://npm.io/package/underscore.md) ^1.7.0

## Recent versions

- 1.0.4 (latest) — 2015-04-29
- 1.0.3 — 2015-04-29
- 1.0.0 — 2015-04-22

## README

# Huygens ING Backbone Modal

Renders a modal.

Example usage:

```
modal = new Modal
	title: "My title!"
	html: $('<div />').html('lalala')
	submitValue: 'OK'

modal.on 'cancel', => cancelAction()
modal.on 'submit', => modal.messageAndFade 'success', 'Modal submitted!'
```

## Changelog

---
_Source: https://npm.io/package/hibb-modal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
