HTML.CSS.JS/JS
[JS] sweet alert : alret창을 예쁘게 띄우는 사이트!
congs
2023. 4. 25. 16:47
https://sweetalert.js.org/guides/
SweetAlert
<!-- layout: guides --> NPM combined with a tool like Browserify or Webpack is the recommended method of installing SweetAlert. npm install sweetalert --save Then, simply import it into your application: import swal from 'sweetalert'; You can also fi
sweetalert.js.org