@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "Sweetalerts"}) @@include('./partials/head-css.html') @@include('./partials/topbar.html') @@include('./partials/startbar.html')

Sweetalerts

Trigger Modal And Trigger Toast

Icons

Examples

A basic message
A title with a text under
A modal with a title, an error icon, a text, and a footer
Custom HTML description and buttons with ARIA labels
A dialog with three buttons
A custom positioned dialog
Custom animation with Animation
A confirm dialog, with a function attached to the "Confirm"-button...
... and by passing a parameter, you can execute something else for "Cancel".
A message with a custom image
A message with custom width, padding, background and animated Nyan Cat
A message with auto close timer
Right-to-left support for Arabic, Persian, Hebrew, and other RTL languages
AJAX request example
Mixin example
Declarative template example
@@include('./partials/endbar.html') @@include('./partials/footer.html')
@@include('./partials/vendorjs.html')