Skip to content
On this page

SweetAlert

An Object which contains all the SweetAlert information.

Example Usage

js
theme: SoftUI({
    sweetalert: {
        errors: {
            requirePremium: "You need to be a premium member to do this."
        },
        success: {
            login: "Successfully logged in."
        }
    }
})

Properties

Types

Released under the MIT License.