Toast / Snackbar
Click the buttons to trigger toast notifications.
How to use
ArekUI.toast("Changes saved!");
ArekUI.toast("Something went wrong.", { type: "error", icon: "✕", duration: 0, position: "bottom-left" });
Types: success info warning error · duration in ms (0 = never auto-close) · requires arekui.js