Example Usage
Props
string
required
The support e-mail address
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A String which is the email address displayed on the privacy-policy page.
theme: SoftUI({
supporteMail: String,
});
theme: SoftUI({
supporteMail: "you@example.com",
});
Was this page helpful?