alerts.json 642 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "color": "success",
  4. "icon": "check",
  5. "text": "Wow! Everything worked!",
  6. "description": "Your account has been saved!"
  7. },
  8. {
  9. "color": "info",
  10. "icon": "info-circle",
  11. "text": "Did you know?",
  12. "description": "Here is something that you might like to know."
  13. },
  14. {
  15. "color": "warning",
  16. "icon": "alert-triangle",
  17. "text": "Uh oh, something went wrong",
  18. "description": "Sorry! There was a problem with your request."
  19. },
  20. {
  21. "color": "danger",
  22. "icon": "alert-circle",
  23. "text": "I'm so sorry…",
  24. "description": "Your account has been deleted and can't be restored."
  25. }
  26. ]