Skip to content

Latest commit

 

History

History

embed-iframe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@sweetalert2/theme-embed-iframe - Embed Iframe Theme for SweetAlert2

npm version

Installation

npm install --save sweetalert2 @sweetalert2/theme-embed-iframe

Usage

With CSS:

<!-- Include the Embed Iframe theme -->
<link rel="stylesheet" href="@sweetalert2/theme-embed-iframe/embed-iframe.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-embed-iframe/embed-iframe.scss';