@@include("partials/main.html") @@include("partials/title-meta.html", {"title": "Robotech"}) @@include("partials/head-css.html") @@include("partials/body.html") @@include('./partials/sidebar.html') @@include('./partials/topbar.html')

Sweet Alerts

  1. Robotech
  2. /
  3. Advanced UI
  4. /
  5. Sweet Alerts

Trigger modal And Trigger toast

Alert with 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
Mixin example
Declarative template example
@@include("partials/footer/footer.html")
@@include("partials/script-file.html")