Example Usage
Image

Props
boolean
required
Indicate if the default footer should be replaced
string
required
The text for the footer
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 footer.
theme: SoftUI({
footer: {
replaceDefault: Boolean,
text: String,
},
});
theme: SoftUI({
footer: {
replaceDefault: true,
text: "Bot developed by Plain",
},
});

Was this page helpful?