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" }, })
Was this page helpful?