Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?