Search results
SweetAlert2 - a beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes
- Recipe Gallery
A collection of easy-to-digest code examples for specific...
- Recipe Gallery
A collection of easy-to-digest code examples for specific tasks in about 30 lines of code or less.
A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. 🇺🇦. Themes for SweetAlert2: Dark, Minimal, Borderless, Bootstrap, Material UI, WordPress Admin, Bulma, ...
30 gru 2015 · If you are using SweetAlert2 available here at https://sweetalert2.github.io/ then for custom width you can use width property of Swal.fire() function like. Swal.fire({ title: 'Custom width', width: 600, })
Supported fork of t4t5/sweetalert. A beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. Here’s a comparison of a standard error message. The first one uses the built-in alert -function, while the second is using SweetAlert2. alert ('Oops! Something went wrong!') 'Oops...',
A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. 🇺🇦 - sweetalert2/sweetalert2
SweetAlert2 comes with 5 built-in icon which will show a corresponding icon animation: warning, error, success, info, and question. It can either be put in the array under the key "icon" or passed as the third parameter of the function.