SakuraPanel/assets/panel/plugins/sweetalert2-theme-bootstrap-4
2020-01-18 05:51:45 +08:00
..
bootstrap-4.css Initial commit 2020-01-18 05:51:45 +08:00
bootstrap-4.min.css Initial commit 2020-01-18 05:51:45 +08:00
bootstrap-4.scss Initial commit 2020-01-18 05:51:45 +08:00
package.json Initial commit 2020-01-18 05:51:45 +08:00
README.md Initial commit 2020-01-18 05:51:45 +08:00

@sweetalert2/theme-bootstrap-4 - Bootstrap 4 Theme for SweetAlert2

npm version

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';