We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6d508 commit a0eaf80Copy full SHA for a0eaf80
shiny/ui/_theme.py
@@ -479,8 +479,9 @@ def _html_dependency(self) -> HTMLDependency:
479
def tagify(self) -> None:
480
raise SyntaxError(
481
"The `Theme` class is not meant to be used as a standalone HTML tag. "
482
- "Instead, pass the `Theme` object directly to the `theme` argument of any "
483
- "Shiny page function.",
+ "Instead, pass the `Theme` object directly to the `theme` argument of "
+ "`shiny.express.ui.page_opts()` (Shiny Express) "
484
+ "or any `shiny.ui.page_*()` function (Shiny Core)."
485
)
486
487
0 commit comments