mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
REJack
0381231b23
|
5 years ago | |
---|---|---|
.. | ||
README.md | 5 years ago | |
bootstrap-4.css | 5 years ago | |
bootstrap-4.min.css | 5 years ago | |
bootstrap-4.scss | 5 years ago | |
package.json | 5 years ago |
README.md
@sweetalert2/theme-bootstrap-4 - Bootstrap 4 Theme for SweetAlert2
Installation
npm install --save sweetalert2 @sweetalert2/theme-bootstrap-4
Usage
With CSS:
<!-- Include the Bootstrap 4 theme -->
<link rel="stylesheet" href="@sweetalert2/theme-bootstrap-4/bootstrap-4.css">
<script src="sweetalert2/dist/sweetalert2.min.js"></script>
With SASS:
your-app.js
:
import Swal from 'sweetalert2/src/sweetalert2.js'
your-app.scss
:
@import '~@sweetalert2/theme-bootstrap-4/bootstrap-4.scss';