Skip to content
On this page

Subtitle

Parent: error404

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

Example Usage

js
theme: SoftUI({
    error: {
        error404: {
            subtitle: "Page Not Found"
        }
    }
})

Types

Released under the MIT License.