File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ An awesome replacement for JavaScript's alert.
8
8
Demo
9
9
----
10
10
11
- [ See the demo site here!] ( http://djorg.info/react-bootstrap-sweet-alert-demo/ )
11
+ [ See the demo site here, with basic examples, and a sandbox for testing your own !] ( http://djorg.info/react-bootstrap-sweet-alert-demo/ )
12
12
13
13
Usage
14
14
-----
15
15
16
- ** Be sure to include lib/css/animations.css in your app.**
17
-
18
16
You can install SweetAlert through npm:
19
17
20
18
``` bash
@@ -25,6 +23,10 @@ npm install react-bootstrap-sweetalert
25
23
var SweetAlert = require (' react-bootstrap-sweetalert' );
26
24
```
27
25
26
+ ``` javascript
27
+ Be sure to include lib/ css/ animations .css in your app.
28
+ ```
29
+
28
30
29
31
Examples
30
32
--------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bootstrap-sweetalert" ,
3
- "version" : " 1.1.9 " ,
3
+ "version" : " 1.1.10 " ,
4
4
"description" : " A variant of sweetalert for use with React and Bootstrap" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments