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.
88Demo
99----
1010
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/ )
1212
1313Usage
1414-----
1515
16- ** Be sure to include lib/css/animations.css in your app.**
17-
1816You can install SweetAlert through npm:
1917
2018``` bash
@@ -25,6 +23,10 @@ npm install react-bootstrap-sweetalert
2523var SweetAlert = require (' react-bootstrap-sweetalert' );
2624```
2725
26+ ``` javascript
27+ Be sure to include lib/ css/ animations .css in your app.
28+ ```
29+
2830
2931Examples
3032--------
Original file line number Diff line number Diff line change 11{
22 "name" : " react-bootstrap-sweetalert" ,
3- "version" : " 1.1.9 " ,
3+ "version" : " 1.1.10 " ,
44 "description" : " A variant of sweetalert for use with React and Bootstrap" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments