Skip to content
On this page

Preloader

An Object which contains all the information for the preloader.

Example Usage

js
theme: SoftUI({
    preloader: {
        image: "/img/soft-ui.webp",
        spinner: false,
        text: "Page is loading"
    }
})

Properties

Types

Released under the MIT License.