Skip to content

Commit 84d62ab

Browse files
committed
docs: mention shiny express
1 parent d7a99cd commit 84d62ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shiny/ui/_navs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,8 @@ def navbar_options(
11051105
```
11061106
11071107
This particular combination of `class="bg-primary"` and `theme="dark"` works well
1108-
for most Bootswatch presets.
1108+
for most Bootswatch presets. Note that in Shiny Express, `theme` and
1109+
`navbar_options` both are set using :func:`~shiny.express.ui.page_opts`.
11091110
11101111
Another variation from the Flatly documentation features a navar with dark text on a
11111112
light background:

0 commit comments

Comments
 (0)