🎨 Toast Notifications Demo
Beautiful, animated toast notifications with gradient designs
Promise Toast (Async Operations)
Automatically shows loading, success, or error based on promise result
Usage Examples
Success:
showSuccess("Task completed!")Error:
showError("Something went wrong!")Promise:
showPromise(apiCall(), {loading: "...", success: "...", error: "..."})