Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Selena Simic 55d237a135 Add AdminLTE il y a 4 ans
..
README.md Add AdminLTE il y a 4 ans
bootstrap-4.css Add AdminLTE il y a 4 ans
bootstrap-4.min.css Add AdminLTE il y a 4 ans
bootstrap-4.scss Add AdminLTE il y a 4 ans
package.json Add AdminLTE il y a 4 ans

README.md

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