Modalizer.js
==
Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.
 [](https://github.com/jlgarridol/modalizer.js/releases) [](https://www.npmjs.com/package/@jlgarridol/modalizer.js)     
---
Getting starting
--
### Installation
Via npm
```bash
$ npm install @jlgarridol/modalizer.js@1.0.2
```
or add it directly using a CDN:
```html
```
### Basic usage
#### Launch modal
Add class modalinit and modal's identifier in ```data-modal``` attribute to a ``````, `````` or any else HTML element.
Add class ```modalizer``` to the modal div.
**Example:**
```html
Click to open