An Object which contains all the SweetAlert information.
theme: SoftUI({ sweetalert: { errors: { requirePremium: String, }, success: { login: String, }, }, });
theme: SoftUI({ sweetalert: { errors: { requirePremium: "You need to be a premium member to do this.", }, success: { login: "Successfully logged in.", }, }, });
Hide properties
The error message for premium users
The success message for logged in users
Was this page helpful?