4 Commits

Author SHA1 Message Date
José Luis Garrido Labrador
9963794b86 Add npm link 2020-08-30 17:34:05 +02:00
José Luis Garrido Labrador
28bf564fef Merge branch 'master' of github.com:jlgarridol/modalizer.js into master 2020-08-30 12:24:58 +02:00
José Luis Garrido Labrador
6b0ab3e697 Add new badges 2020-08-30 12:24:51 +02:00
José Luis Garrido-Labrador
29a07101da Update README.md 2020-08-30 11:47:58 +02:00

View File

@@ -3,14 +3,14 @@ Modalizer.js
Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows. Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.
![GitHub](https://img.shields.io/github/license/jlgarridol/modalizer.js?style=flat) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jlgarridol/modalizer.js?style=flat)](https://github.com/jlgarridol/modalizer.js/releases) ![GitHub file size in bytes](https://img.shields.io/github/size/jlgarridol/modalizer.js/dist/js/modalizer.min.js?color=f7df1e&label=size&logo=javascript&style=flat) ![GitHub file size in bytes](https://img.shields.io/github/size/jlgarridol/modalizer.js/dist/css/modalizer.min.css?color=036fb8&label=size&logo=css3&logoColor=036fb8&style=flat) ![GitHub](https://img.shields.io/github/license/jlgarridol/modalizer.js?style=flat) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jlgarridol/modalizer.js?style=flat)](https://github.com/jlgarridol/modalizer.js/releases) [![npm (scoped)](https://img.shields.io/npm/v/@jlgarridol/modalizer.js)](https://www.npmjs.com/package/@jlgarridol/modalizer.js) ![GitHub file size in bytes](https://img.shields.io/github/size/jlgarridol/modalizer.js/dist/js/modalizer.min.js?color=f7df1e&label=size&logo=javascript&style=flat) ![GitHub file size in bytes](https://img.shields.io/github/size/jlgarridol/modalizer.js/dist/css/modalizer.min.css?color=036fb8&label=size&logo=css3&logoColor=036fb8&style=flat) ![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@jlgarridol/modalizer.js/bootstrap?color=553b7c&label=%20&logo=bootstrap) ![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@jlgarridol/modalizer.js/jquery?color=0f69ae&label=%20&logo=jquery) ![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@jlgarridol/modalizer.js/animate.css?color=e69138)
--- ---
Getting starting Getting starting
-- --
### Installation ### Installation
Via npm Via npm
```bash ```bash
$ npm install @jlgarridol/modalizer.js@1.0.1 $ npm install @jlgarridol/modalizer.js@1.0.2
``` ```
or add it directly using a CDN: or add it directly using a CDN:
```html ```html