@sweetalert2/theme-borderless
v5.0.18
Published
Borderless theme for SweetAlert2
Downloads
806
Maintainers
Readme
@sweetalert2/theme-borderless - Borderless Theme for SweetAlert2
Installation
npm install --save sweetalert2 @sweetalert2/theme-borderless
Usage
With CSS:
<!-- Include the Borderless theme -->
<link rel="stylesheet" href="@sweetalert2/theme-borderless/borderless.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-borderless/borderless.scss';