Example Usage
Possible Errors
Props
string[]
required
Array of enabled addons
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An Array of addon IDs which will be imported into the theme.
theme: SoftUI({
addons: String[],
});
theme: SoftUI({
addons: ["@softui"],
});
Was this page helpful?