UNPKG

sweetalert2

Version:

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert

8 lines (5 loc) 170 B
import styles from '../dist/sweetalert2.css' import { injectCSS } from './utils/dom' import sweetAlert from './sweetalert2' injectCSS(styles) export default sweetAlert