Skip to content
On this page

Spinner

Parent: preloader

A Boolean which disables the image and displays a spinner instead.

Example Usage

js
theme: SoftUI({
    preloader: {
        spinner: false
    }
})

TIP
The image will only appear if spinner is disabled.

Types

Released under the MIT License.