Skip to content
On this page

Text

Parent: preloader

A String which sets the text for the preloader.

Example Usage

js
theme: SoftUI({
    preloader: {
        text: "Page is loading"
    }
})

Types

Released under the MIT License.