6056 |
efrain |
1 |
# Bootstrap-Confirmation
|
|
|
2 |
|
|
|
3 |
[](https://www.npmjs.com/package/bootstrap-confirmation2)
|
|
|
4 |
[](https://www.jsdelivr.com/package/npm/bootstrap-confirmation2)
|
|
|
5 |
[](https://github.com/mistic100/Bootstrap-Confirmation/actions)
|
|
|
6 |
[](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 |
```
|