An Object which contains all the information for the preloader.
theme: SoftUI({ preloader: { image: String, spinner: Boolean, text: String, }, });
theme: SoftUI({ preloader: { image: "/img/soft-ui.webp", spinner: false, text: "Page is loading" }, })
The image for the preloader
Disables the image and displays a spinner instead
The text for the preloader
Was this page helpful?