Skip to content
On this page

Description

Parent: error404

A String which is the title of the error 404 page.

Example Usage

js
theme: SoftUI({
    error: {
        error404: {
            description: "It seems you have stumbled into the abyss. Click the button below to return to the dashboard."
        }
    }
})

Types

Released under the MIT License.