sweetalert2 / sweetalert2-themes

Themes for SweetAlert2: Dark, Minimal, Borderless, Bootstrap, Material UI, WordPress Admin, Bulma, ...
MIT License
221 stars 92 forks source link

It doesn't have any effect in ViteJS project #118

Closed robozb closed 1 year ago

robozb commented 1 year ago

image

image

robozb commented 1 year ago

Sorry It was my fault, the right way is:

It's possible to import JS and CSS separately, e.g. if you need to customize styles:

import Swal from 'sweetalert2/dist/sweetalert2.js'

import 'sweetalert2/src/sweetalert2.scss'
robozb commented 1 year ago

https://sweetalert2.github.io/#usage