Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
6056 efrain 1
# Bootstrap-Confirmation
2
 
3
[![npm version](https://img.shields.io/npm/v/bootstrap-confirmation2.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-confirmation2)
4
[![jsDelivr CDN](https://data.jsdelivr.com/v1/package/npm/bootstrap-confirmation2/badge)](https://www.jsdelivr.com/package/npm/bootstrap-confirmation2)
5
[![Build Status](https://github.com/mistic100/Bootstrap-Confirmation/workflows/CI/badge.svg)](https://github.com/mistic100/Bootstrap-Confirmation/actions)
6
[![Dependencies Status](https://david-dm.org/mistic100/Bootstrap-Confirmation/status.svg?style=flat-square)](https://david-dm.org/mistic100/Bootstrap-Confirmation)
7
 
8
Bootstrap plugin for on-place confirm boxes using Popover.
9
 
10
## Documentation
11
 
12
[bootstrap-confirmation.js.org](http://bootstrap-confirmation.js.org)
13
 
14
## Installation
15
 
16
#### Bootstrap 4
17
 
18
```
19
npm install bootstrap-confirmation2
20
```
21
 
22
#### Bootstrap 3
23
 
24
```
25
npm install bootstrap-confirmation2@2.x.x
26
```