@sweetalert2/theme-bulma
Bulma theme for SweetAlert2
Version 5.0.27 License MIT
Keywords
sweetalert2bulmathemethemesthemingsass
INSTALL
Type:
<link href=" https://cdn.jsdelivr.net/npm/@sweetalert2/theme-bulma@5.0.27/bulma.min.css " rel="stylesheet">
@sweetalert2/theme-bulma - Bulma Theme for SweetAlert2
Installation
npm install --save sweetalert2 @sweetalert2/theme-bulma
Usage
With CSS:
<!-- Include the Bulma theme -->
<link rel="stylesheet" href="@sweetalert2/theme-bulma/bulma.css">
<script src="sweetalert2/dist/sweetalert2.min.js"></script>
With SASS:
your-app.js
:
import Swal from 'sweetalert2/dist/sweetalert2.js';
your-app.scss
:
@import '@sweetalert2/theme-bulma/bulma.scss';