Example Usage
Image

Props
string
The image for the preloader
boolean
required
Disables the image and displays a spinner instead
string
required
The text for the preloader
Documentation Index
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?